about summary refs log tree commit diff
path: root/tests/ui/cfg/disallowed-cli-cfgs.target_has_atomic_load_store_.stderr
blob: 5253987cb12626b732845a2bcbe2648509e13e27 (plain)
1
2
3
4
5
6
7
8
error: unexpected `--cfg target_has_atomic_load_store="32"` flag
   |
   = note: config `target_has_atomic_load_store` 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