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