blob: 1f0a7a8f8a5e6e816de626710dbc2d6ac150885b [file] [log] [blame]
// compile-flags:-Zforce-unstable-if-unmarked
#[unstable()] //~ ERROR: stability attributes may not be used
#[stable()] //~ ERROR: stability attributes may not be used
#[rustc_deprecated()] //~ ERROR: stability attributes may not be used
fn main() { }