https://issues.dlang.org/show_bug.cgi?id=21709
--- Comment #7 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12408 "Merge stable into master" was merged into master: - 6a36649a96f8f01e2e39a4224ff6bd58fc4e1667 by MoonlightSentinel: Fix 21709 - Don't generate try-catch in betterC code for dtorfields The code may never throw exceptions in betterC mode, so it cannot abort the ctor with an uncaught exception. https://github.com/dlang/dmd/pull/12408 --
