https://issues.dlang.org/show_bug.cgi?id=14839
--- Comment #3 from [email protected] --- (In reply to Martin Nowak from comment #2) > No, the problem is that the destructor of the class has wrong attributes > inferred b/c the used TypeInfo_StaticArray.destroy has no attributes. I didn't mean to say that the new destroy code is buggy, just that it triggers the compiler bug. That means, if the compiler bug can't be fixed in reasonable time for 2.068, we could workaround it in destroy, or revert the destroy changes for the release. --
