https://issues.dlang.org/show_bug.cgi?id=13815
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel updated dlang/dmd pull request #12439 "Use correct scope during statementSemantic on try-block" fixing this issue: - Fix 13815 - Use correct scope during statementSemantic on try-block `sc2` was created but never used (probably a typo). While running the code doesn't cause errors in CTFE it triggers an assert in backend. https://github.com/dlang/dmd/pull/12439 --
