https://issues.dlang.org/show_bug.cgi?id=20582
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |rg Hardware|x86_64 |All Resolution|--- |DUPLICATE OS|Linux |All --- Comment #1 from [email protected] --- This is effectively caused by the way destructor chaining is implemented using rt_finalize (which iterates all destructors using RTTI). This makes static type checking for chained destructors impossible right now. So even if the destructor of the current class is @nogc those found in the parent classes might not be - without checking. *** This issue has been marked as a duplicate of issue 15246 *** --
