]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc-ui/check-cfg.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc-ui / check-cfg.stderr
1 warning: unexpected `cfg` condition name
2 --> $DIR/check-cfg.rs:5:7
3 |
4 LL | #[cfg(uniz)]
5 | ^^^^ help: did you mean: `unix`
6 |
7 = note: `#[warn(unexpected_cfgs)]` on by default
8
9 warning: 1 warning emitted
10