about summary refs log tree commit diff
path: root/tests/ui/cfg/disallowed-cli-cfgs.debug_assertions_.stderr
blob: ec3e15b85c79b74e49da2a6413f1ba3cd34c4cc1 (plain)
1
2
3
4
5
6
7
8
error: unexpected `--cfg debug_assertions` flag
   |
   = note: config `debug_assertions` is only supposed to be controlled by `-C debug-assertions`
   = 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