https://issues.dlang.org/show_bug.cgi?id=14838
--- Comment #3 from Martin Nowak <[email protected]> --- The problem is the TypeInfo.destroy call in buildDtor [¹]. We need to replace it with an attribute correct replacement. [¹]: https://github.com/D-Programming-Language/dmd/blob/3b82f08badcafc7cf373be2182f4b3f5eb5db3b9/src/clone.c#L931 --
