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
Plaintext
Raw Normal View History

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