]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate/allow-features.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / feature-gate / allow-features.stderr
CommitLineData
48663c56 1error[E0725]: the feature `unknown_stdlib_feature` is not in the list of allowed features
60c5eb7d 2 --> $DIR/allow-features.rs:6:12
48663c56
XL
3 |
4LL | #![feature(unknown_stdlib_feature)]
5 | ^^^^^^^^^^^^^^^^^^^^^^
6
60c5eb7d 7error: aborting due to previous error
532ac7d7
XL
8
9For more information about this error, try `rustc --explain E0725`.