mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
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
|
|
|