]> git.lizzy.rs Git - rust.git/blob - src/test/ui/check-cfg/empty-values.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / ui / check-cfg / empty-values.stderr
1 warning: unexpected `cfg` condition value
2   --> $DIR/empty-values.rs:6:7
3    |
4 LL | #[cfg(test = "value")]
5    |       ^^^^----------
6    |           |
7    |           help: remove the value
8    |
9    = note: no expected value for `test`
10    = note: `#[warn(unexpected_cfgs)]` on by default
11
12 warning: 1 warning emitted
13