2023-10-12 16:49:56 +02:00
|
|
|
warning: unexpected `cfg` condition name: `target_architecture`
|
2024-04-09 14:07:30 +02:00
|
|
|
--> $DIR/compact-names.rs:12:28
|
2022-04-25 12:07:21 +02:00
|
|
|
|
|
|
|
|
|
LL | #[cfg(target(os = "linux", architecture = "arm"))]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
2023-11-22 16:50:24 +01:00
|
|
|
= help: to expect this configuration use `--check-cfg=cfg(target_architecture, values("arm"))`
|
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-04-25 12:07:21 +02:00
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|