2019-04-25 14:03:45 -07:00
|
|
|
error[E0725]: the feature `unknown_stdlib_feature` is not in the list of allowed features
|
2019-12-08 01:43:10 +01:00
|
|
|
--> $DIR/allow-features.rs:6:12
|
2019-04-25 14:03:45 -07:00
|
|
|
|
|
|
|
|
LL | #![feature(unknown_stdlib_feature)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-03-13 16:29:24 -07:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0725`.
|