blob: 3c4d629f77fc7844b6aedb75bbc5eb9a3baab406 [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() { }