Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
stability-attribute
/
stability-attribute-non-staged.rs
blob: 4015f2f971e696f25ce21e9e0469c14217f5db73 [
file
]
#[
unstable
()]
//~ ERROR: stability attributes may not be used
#[
stable
()]
//~ ERROR: stability attributes may not be used
fn
main
()
{}