]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stability-attribute/stability-attribute-non-staged.rs
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[rust.git] / src / test / ui / stability-attribute / stability-attribute-non-staged.rs
1 #[unstable()] //~ ERROR: stability attributes may not be used
2 #[stable()] //~ ERROR: stability attributes may not be used
3 fn main() {}