rust/tests/ui/stability-attribute/stability-attribute-non-sta...

4 lines
135 B
Rust

#[unstable()] //~ ERROR: stability attributes may not be used
#[stable()] //~ ERROR: stability attributes may not be used
fn main() {}