blob: da65b596911d2884254267724cea4fd3c9d732f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: unexpected `cfg` condition name
--> $DIR/stmt-no-ice.rs:7:11
|
LL | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted
|