2021-09-29 00:39:30 +00:00
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/invalid-cfg-value.rs:7:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(feature = "sedre")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
2022-07-20 15:31:15 +00:00
|
|
|
= note: expected values for `feature` are: full, serde
|
2021-09-29 00:39:30 +00:00
|
|
|
|
2022-07-20 15:31:15 +00:00
|
|
|
warning: unexpected `cfg` condition value
|
|
|
|
--> $DIR/invalid-cfg-value.rs:14:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(feature = "rand")]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: expected values for `feature` are: full, serde
|
|
|
|
|
|
|
|
warning: 2 warnings emitted
|
2021-09-29 00:39:30 +00:00
|
|
|
|