rust/tests/rustdoc-ui/check-cfg.stderr
2023-01-11 09:32:08 +00:00

11 lines
221 B
Plaintext

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