blob: 2b8fb865fbe991a2b2ad798fb0b97036f97e4b6b [file] [log] [blame]
error: stability attributes may not be used outside of the standard library
--> $DIR/stability-attribute-non-staged-force-unstable.rs:3:1
|
LL | #[unstable] //~ ERROR: stability attributes may not be used
| ^^^^^^^^^^^
error: stability attributes may not be used outside of the standard library
--> $DIR/stability-attribute-non-staged-force-unstable.rs:4:1
|
LL | #[stable] //~ ERROR: stability attributes may not be used
| ^^^^^^^^^
error: stability attributes may not be used outside of the standard library
--> $DIR/stability-attribute-non-staged-force-unstable.rs:5:1
|
LL | #[rustc_deprecated] //~ ERROR: stability attributes may not be used
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors