blob: 0fa0dde41b6dfc95068893bd63fb157ec639b84e [file] [log] [blame]
Urgaudcfc4842023-10-12 14:49:561warning: unexpected `cfg` condition value: `sedre`
Urgau51737412024-04-09 12:07:302 --> $DIR/unexpected-cfg-value.rs:8: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 |
Xiretza2482f3c2024-04-23 16:18:249 = note: expected values for `feature` are: `full` and `serde`
Urgau5345a162023-11-22 15:50:2410 = help: to expect this configuration use `--check-cfg=cfg(feature, values("sedre"))`
Urgaua20de732024-02-25 14:45:4311 = note: see <https://doc.rust-lang.org/nightly/rustc/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`
Urgau51737412024-04-09 12:07:3015 --> $DIR/unexpected-cfg-value.rs:15:7
Urgauebf4cc32022-07-20 15:31:1516 |
17LL | #[cfg(feature = "rand")]
18 | ^^^^^^^^^^^^^^^^
19 |
Xiretza2482f3c2024-04-23 16:18:2420 = note: expected values for `feature` are: `full` and `serde`
Urgau5345a162023-11-22 15:50:2421 = help: to expect this configuration use `--check-cfg=cfg(feature, values("rand"))`
Urgaua20de732024-02-25 14:45:4322 = note: see <https://doc.rust-lang.org/nightly/rustc/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