https://issues.dlang.org/show_bug.cgi?id=22373
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13144 "Fix 22373 - Handle casts from noreturn in e2ir.d " was merged into stable: - f22d1b05c7e7de5b5e17d3297c718673f167e5c2 by MoonlightSentinel: Fix 22373 - Handle casts from noreturn in e2ir.d Ignore the cast and only emit the `noreturn` expression - which will abort / throw and hence never reach the cast. https://github.com/dlang/dmd/pull/13144 --
