2023-10-12 16:49:56 +02:00
|
|
|
warning: unexpected `cfg` condition value: `X`
|
2024-04-09 14:07:30 +02:00
|
|
|
--> $DIR/compact-values.rs:12:28
|
2022-04-25 12:07:21 +02:00
|
|
|
|
|
2023-12-08 00:42:57 +01:00
|
|
|
LL | #[cfg(target(os = "linux", pointer_width = "X"))]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2022-04-25 12:07:21 +02:00
|
|
|
|
|
2024-04-23 16:18:24 +00:00
|
|
|
= note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
|
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
|
2022-09-18 19:55:36 +04:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
2022-04-25 12:07:21 +02:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|