https://issues.dlang.org/show_bug.cgi?id=20934
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #11658 "Fix 20934 - preview=dtorfields segfaults for disabled/extern construc…" was merged into master: - d856a146c4c7ea67e387928c08589b3be288ef27 by MoonlightSentinel: Fix 20934 - preview=dtorfields segfaults for disabled/extern constructors Don't try to insert a destructor body if there's no body because the following semantic would segfault due to the missing try-block https://github.com/dlang/dmd/pull/11658 --
