rust/tests/ui/cfg/disallowed-cli-cfgs.target_has_atomic_equal_alignment_.stderr

9 lines
370 B
Plaintext

error: unexpected `--cfg target_has_atomic_equal_alignment="32"` flag
|
= note: config `target_has_atomic_equal_alignment` is only supposed to be controlled by `--target`
= note: manually setting a built-in cfg can and does create incoherent behaviors
= note: `#[deny(explicit_builtin_cfgs_in_flags)]` on by default
error: aborting due to 1 previous error