mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 17:13:48 +00:00
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
warning: unexpected `cfg` condition value: `unk`
|
|
--> $DIR/order-independant.rs:13:7
|
|
|
|
|
LL | #[cfg(a = "unk")]
|
|
| ^^^^^^^^^
|
|
|
|
|
= note: expected values for `a` are: (none), `b`
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|