blob: 0e16db32ce9d5a1651f022a7b03ca24c236216ba [file]
#[unstable()]
//~^ ERROR: stability attributes may not be used
//~| ERROR missing 'feature'
//~| ERROR missing 'issue'
#[stable()]
//~^ ERROR: stability attributes may not be used
//~| ERROR missing 'feature'
//~| ERROR missing 'since'
fn main() {}