rust/tests/ui/check-cfg/invalid-cfg-name.stderr

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

11 lines
263 B
Plaintext
Raw Normal View History

warning: unexpected `cfg` condition name
--> $DIR/invalid-cfg-name.rs:7:7
|
LL | #[cfg(widnows)]
2023-04-30 08:52:44 -05:00
| ^^^^^^^ help: there is an config with a similar name: `windows`
|
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted