]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/allow-features-empty.stderr
Auto merge of #92214 - ehuss:submodule-bg-exit, r=Mark-Simulacrum
[rust.git] / src / test / ui / feature-gates / allow-features-empty.stderr
1 error[E0725]: the feature `lang_items` is not in the list of allowed features
2   --> $DIR/allow-features-empty.rs:4:12
3    |
4 LL | #![feature(lang_items)]
5    |            ^^^^^^^^^^
6
7 error[E0725]: the feature `unknown_stdlib_feature` is not in the list of allowed features
8   --> $DIR/allow-features-empty.rs:6:12
9    |
10 LL | #![feature(unknown_stdlib_feature)]
11    |            ^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0725`.