blob: f2a9879bd10313fb2cced28d72904c43c78060b0 [file] [log] [blame]
error: stability attributes may not be used outside of the standard library
--> $DIR/stability-attribute-non-staged.rs:11: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.rs:12: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.rs:13:1
|
LL | #[rustc_deprecated] //~ ERROR: stability attributes may not be used
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors