Files
rust/tests/ui/cfg/disallowed-cli-cfgs.emscripten_wasm_eh_.stderr
Hood Chatham 49c74234a7 Add support for wasm exception handling to Emscripten target
Gated behind an unstable `-Z emscripten-wasm-eh` flag
2025-01-06 10:29:54 +01:00

9 lines
348 B
Plaintext

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