blob: fc2c2b587fead19bda22cd7ece39b3b61e0f2971 [file] [log] [blame]
#[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() { }