internal compiler error w/ dominator and wasm #67813
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I am using the dominator crate for wasm. There is very little documentation on the crate (it's early days) and so I accidentally used it the wrong way. Instead of getting the usual type of compiler errors, I got the following:
The way I mistakenly tried to use it was like this:
The text was updated successfully, but these errors were encountered: