]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/check-cfg.stderr
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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