mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
023cc3cacc
rustc: Fix `-Zexport-executable-symbols` on wasm This commit reorders some cases in `export_symbols` in the linker implementation for wasm to ensure that the `is_like_wasm` case is handled before the catch-all `CrateType::Executable` case.