]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/check-cfg.stderr
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / 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