2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: the `#[rustc_const_unstable]` attribute is an internal feature
|
2017-12-06 08:27:47 +00:00
|
|
|
--> $DIR/feature-gate-rustc_const_unstable.rs:18:1
|
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | #[rustc_const_unstable(feature="fzzzzzt")] //~ERROR internal feature
|
2017-12-06 08:27:47 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(rustc_const_unstable)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 20:40:25 +00:00
|
|
|
If you want more information on this error, try using "rustc --explain E0658"
|