Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-no_core.rs
blob: 706efd786721119b1c06149fa49d0be5c23af180 [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
#![
no_core
]
//~ ERROR the `#[no_core]` attribute is an experimental feature
pub
struct
S
{}