summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/check-cfg-test.stderr
blob: dc25205da772eec3f7982cf682c88c5cb177c697 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: unexpected `cfg` condition value
  --> $DIR/check-cfg-test.rs:9:7
   |
LL | #[cfg(feature = "invalid")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unexpected_cfgs)]` on by default
   = note: expected values for `feature` are: test

warning: 1 warning emitted