https://issues.dlang.org/show_bug.cgi?id=14838
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #6 from Kenji Hara <[email protected]> --- (In reply to Martin Nowak from comment #3) > 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 Yes. I had missed that in the PR 3301. https://github.com/D-Programming-Language/dmd/pull/4845 --
