2023-10-12 14:49:56 +00:00
|
|
|
warning: unexpected `cfg` condition value: `X`
|
2024-04-09 12:07:30 +00:00
|
|
|
--> $DIR/compact-values.rs:12:28
|
2022-04-25 10:07:21 +00:00
|
|
|
|
|
2023-12-07 23:42:57 +00:00
|
|
|
LL | #[cfg(target(os = "linux", pointer_width = "X"))]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2022-04-25 10:07:21 +00:00
|
|
|
|
|
2024-04-23 16:18:24 +00:00
|
|
|
= note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
|
2024-02-25 14:45:43 +00:00
|
|
|
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
|
2022-09-18 15:55:36 +00:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
2022-04-25 10:07:21 +00:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|