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