blob: d010c1f7ec6278db5f10f734f72467ddf6acd7e7 [file] [log] [blame]
warning: unexpected `cfg` condition name: `uniz`
--> $DIR/check-cfg.rs:5:7
|
LL | #[cfg(uniz)]
| ^^^^ help: there is a config with a similar name: `unix`
|
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted