https://issues.dlang.org/show_bug.cgi?id=13810
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from yebblies <[email protected]> --- > "minor ICE" whatever that means It means that it should never happen, and it's a bug in the compiler, but the error is correct and gives the correct message/location info. If coming from e2ir, it means the error wasn't detected during semantic analysis and instead got detected during codegen, which causes problems for the non-dmd backends and the interpreter as they will have to re-implement the missing check. --
