https://issues.dlang.org/show_bug.cgi?id=13815
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12439 "Fix 13815 - Use correct scope during statementSemantic on try-block" was merged into master: - e7eb6efffa1a3c6aa5739ccc5196be4beab7ec15 by MoonlightSentinel: 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 --
