summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-no_core.rs
blob: 706efd786721119b1c06149fa49d0be5c23af180 (plain)
1
2
3
4
5
#![crate_type = "rlib"]

#![no_core] //~ ERROR the `#[no_core]` attribute is an experimental feature

pub struct S {}