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