summaryrefslogtreecommitdiff
path: root/tests/rustdoc-ui/doctest/check-cfg-test.stderr
blob: f84543c20725470973bd3432dabd48b5fc008c6e (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: expected values for `feature` are: `test`
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted