2024-01-30 16:54:40 +08:00
|
|
|
warning: unexpected `cfg` condition name: `value`
|
2024-04-09 14:07:30 +02:00
|
|
|
--> $DIR/cfg-value-for-cfg-name-duplicate.rs:8:7
|
2024-01-30 16:54:40 +08:00
|
|
|
|
|
|
|
|
|
LL | #[cfg(value)]
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
2025-01-30 13:09:14 -08:00
|
|
|
= help: expected names are: `bar`, `bee`, `cow`, and `foo` and 31 more
|
2024-01-30 16:54:40 +08:00
|
|
|
= help: to expect this configuration use `--check-cfg=cfg(value)`
|
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
|
2024-01-30 16:54:40 +08:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|