2023-10-12 09:49:56 -05:00
warning: unexpected `cfg` condition value: `X`
2022-04-25 05:07:21 -05:00
--> $DIR/compact-values.rs:11:28
|
2023-12-07 17:42:57 -06:00
LL | #[cfg(target(os = "linux", pointer_width = "X"))]
| ^^^^^^^^^^^^^^^^^^^
2022-04-25 05:07:21 -05:00
|
2023-12-07 17:42:57 -06:00
= note: expected values for `target_pointer_width` are: `16`, `32`, `64`
2023-11-22 09:50:24 -06:00
= note: see <https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/check-cfg.html> for more information about checking conditional configuration
2022-09-18 10:55:36 -05:00
= note: `#[warn(unexpected_cfgs)]` on by default
2022-04-25 05:07:21 -05:00
warning: 1 warning emitted