summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/doctest/check-cfg-test.stderr
blob: 5524f582d5605db6c66a5f0023219df9bf69dfdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
warning: unexpected `cfg` condition value: `invalid`
  --> $DIR/check-cfg-test.rs:9:7
   |
LL | #[cfg(feature = "invalid")]
   |       ^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `test`
   = help: to expect this configuration use `--check-cfg=cfg(feature, values("invalid"))`
   = note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted