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