summaryrefslogtreecommitdiffstats
path: root/src/test/ui/stability-attribute/stability-attribute-non-staged.rs
blob: 4015f2f971e696f25ce21e9e0469c14217f5db73 (plain)
1
2
3
#[unstable()] //~ ERROR: stability attributes may not be used
#[stable()] //~ ERROR: stability attributes may not be used
fn main() {}