summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/allow-features.stderr
blob: 9caf48dd1386b6700fcf391f5f88ce3ae06b332a (plain)
1
2
3
4
5
6
7
8
9
error[E0725]: the feature `unknown_stdlib_feature` is not in the list of allowed features
  --> $DIR/allow-features.rs:6:12
   |
LL | #![feature(unknown_stdlib_feature)]
   |            ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0725`.