about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-11-08 18:15:17 -0700
committerGitHub <noreply@github.com>2018-11-08 18:15:17 -0700
commit7125b8fa074df8de219b246d464c497c3847a979 (patch)
tree8c37564fcc10e40f8b0591448ab1c1f627178f8f /src/libsyntax/parse
parent6117195bac2051dbdf26904759d23e2807791f37 (diff)
parenta9b598884719cccdcf699567cece2a6ac46fc84c (diff)
downloadrust-7125b8fa074df8de219b246d464c497c3847a979.tar.gz
rust-7125b8fa074df8de219b246d464c497c3847a979.zip
Rollup merge of #55774 - CryZe:patch-5, r=alexcrichton
wasm32-unknown-emscripten expects the rust_eh_personality symbol

The `wasm32-unknown-emscripten` expects the `rust_eh_personality` symbol to be there, but a cfg checking for `target_arch = "wasm32"` which was meant to remove the symbol from the `wasm32-unknown-unknown` target, didn't check for whether `emscripten` is targeted or not, so the symbol accidentally got filtered out there as well.

Fixes #55276
Diffstat (limited to 'src/libsyntax/parse')
0 files changed, 0 insertions, 0 deletions