https://issues.dlang.org/show_bug.cgi?id=16590

--- Comment #7 from Satoshi <sato...@rikarin.org> ---
Attributes are stripped from destrutors.

e.g.
~this() @trusted { ... }

to 
~this();

--

Reply via email to