2023-11-16 18:41:45 +01:00
|
|
|
warning: unexpected `cfg` condition value: `unk`
|
2024-04-09 14:07:30 +02:00
|
|
|
--> $DIR/order-independant.rs:12:7
|
2023-11-16 18:41:45 +01:00
|
|
|
|
|
|
|
|
LL | #[cfg(a = "unk")]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: expected values for `a` are: (none), `b`
|
2023-11-22 16:50:24 +01:00
|
|
|
= help: to expect this configuration use `--check-cfg=cfg(a, values("unk"))`
|
2024-02-25 15:45:43 +01:00
|
|
|
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
|
2023-11-16 18:41:45 +01:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|