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