rust/tests/ui/check-cfg/exhaustive-values.without_names.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
461 B
Plaintext
Raw Normal View History

warning: unexpected `cfg` condition value: `value`
--> $DIR/exhaustive-values.rs:9:7
|
LL | #[cfg(test = "value")]
| ^^^^----------
| |
| help: remove the value
|
= note: no expected value for `test`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
2022-09-18 15:55:36 +00:00
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted