Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
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
()
{}