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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
321 B
Plaintext
Raw Permalink Normal View History

error: unexpected `--cfg ub_checks` flag
|
= note: config `ub_checks` is only supposed to be controlled by `-Z ub-checks`
= 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