rust/src/test/ui/feature-gate/allow-features.stderr

10 lines
311 B
Plaintext
Raw Normal View History

2019-03-13 18:29:24 -05:00
error[E0725]: the feature `rustc_const_unstable` is not in the list of allowed features
--> $DIR/allow-features.rs:6:12
|
LL | #![feature(rustc_const_unstable)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0725`.