2019-12-07 18:43:10 -06:00
|
|
|
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
|
2017-12-06 02:27:47 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[rustc_const_unstable(feature="fzzzzzt")]
|
2017-12-06 02:27:47 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-12-07 18:43:10 -06:00
|
|
|
For more information about this error, try `rustc --explain E0734`.
|