]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-no_core.rs
Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddle
[rust.git] / tests / 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 {}