https://issues.dlang.org/show_bug.cgi?id=16590 --- Comment #7 from Satoshi <satoshi at rikarin.org> --- Attributes are stripped from destrutors. e.g. ~this() @trusted { ... } to ~this(); --