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