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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
 shared struct Foo
 {
     ~this()
     {
     }
 }

 void main()
 {
     Foo x;
 }

This still does not compile

--

Reply via email to