os-rust/tests/ui/feature-gates/feature-gate-rustc_const_unstable.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
346 B
Text
Raw Normal View History

error[E0734]: stability attributes may not be used outside of the standard library
2021-05-07 18:56:16 +02:00
--> $DIR/feature-gate-rustc_const_unstable.rs:3:1
|
2019-03-09 15:03:44 +03:00
LL | #[rustc_const_unstable(feature="fzzzzzt")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0734`.