blob: 1db8e1d91c249cf84290b21531d0993182b23f47 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: unexpected `cfg` condition name
--> $DIR/check-cfg.rs:5:7
|
LL | #[cfg(uniz)]
| ^^^^ help: did you mean: `unix`
|
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted
|