mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:40:08 +00:00
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
warning: unexpected `cfg` condition value: `X`
|
|
--> $DIR/compact-values.rs:12:28
|
|
|
|
|
LL | #[cfg(target(os = "linux", pointer_width = "X"))]
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
|
|
= 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
|
|
|