11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
warning: unexpected `cfg` condition name
|
|
--> $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
|
|
|