]> git.lizzy.rs Git - rust.git/blob - tests/ui/check-cfg/stmt-no-ice.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / check-cfg / stmt-no-ice.stderr
1 warning: unexpected `cfg` condition name
2   --> $DIR/stmt-no-ice.rs:7:11
3    |
4 LL |     #[cfg(crossbeam_loom)]
5    |           ^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unexpected_cfgs)]` on by default
8
9 warning: 1 warning emitted
10