blob: e5435d376709f93155b0f08fd7b7912e8cdf86a7 [file] [log] [blame]
Urgaudcfc4842023-10-12 14:49:561warning: unexpected `cfg` condition value: `sedre`
Urgau3f0369e2023-11-16 17:41:452 --> $DIR/unexpected-cfg-value.rs:7:7
Loïc BRANSTETT3a73ca52021-09-29 00:39:303 |
4LL | #[cfg(feature = "sedre")]
Jacob Prattff052ee2023-02-18 00:13:505 | ^^^^^^^^^^-------
6 | |
Urgau53647842023-04-30 17:09:157 | help: there is a expected value with a similar name: `"serde"`
Loïc BRANSTETT3a73ca52021-09-29 00:39:308 |
Urgaua5f8dba2023-04-30 13:52:449 = note: expected values for `feature` are: `full`, `serde`
Urgau5345a162023-11-22 15:50:2410 = help: to expect this configuration use `--check-cfg=cfg(feature, values("sedre"))`
11 = note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
Maybe Waffle13b67fb2022-09-18 15:55:3612 = note: `#[warn(unexpected_cfgs)]` on by default
Loïc BRANSTETT3a73ca52021-09-29 00:39:3013
Urgaudcfc4842023-10-12 14:49:5614warning: unexpected `cfg` condition value: `rand`
Urgau3f0369e2023-11-16 17:41:4515 --> $DIR/unexpected-cfg-value.rs:14:7
Urgauebf4cc32022-07-20 15:31:1516 |
17LL | #[cfg(feature = "rand")]
18 | ^^^^^^^^^^^^^^^^
19 |
Urgaua5f8dba2023-04-30 13:52:4420 = note: expected values for `feature` are: `full`, `serde`
Urgau5345a162023-11-22 15:50:2421 = help: to expect this configuration use `--check-cfg=cfg(feature, values("rand"))`
22 = note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
Urgauebf4cc32022-07-20 15:31:1523
Urgaua5658e62023-11-02 16:06:3224warning: 2 warnings emitted
Loïc BRANSTETT3a73ca52021-09-29 00:39:3025