Unexpected panic when building with WebAssembly #47643
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm trying to port the
minifb
crate to WebAssembly: repo.The last code I added was:
I tried to run the
wasm.rs
example with the following command:I expected to see this happen: A reasonable error message.
Instead, this happened: I got an unexpected panic.
Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: