blob: e7d3b67506a793b7ccbc33ca4c82279810aaed2f [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
fn main() {}