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

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