]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-no_core.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-no_core.rs
1 #![crate_type = "rlib"]
2
3 #![no_core] //~ ERROR the `#[no_core]` attribute is an experimental feature
4
5 pub struct S {}