mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 06:34:22 +00:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
warning: unexpected `cfg` condition value: `value`
|
|
--> $DIR/exhaustive-values.rs:9:7
|
|
|
|
|
LL | #[cfg(unix = "value")]
|
|
| ^^^^----------
|
|
| |
|
|
| help: remove the value
|
|
|
|
|
= note: no expected value for `unix`
|
|
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|