blob: cd8ea921d30368c5a5a8c691a6d01e534128f235 [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