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

alex.jercai...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.jercai...@gmail.com

--- Comment #2 from alex.jercai...@gmail.com ---
 shared struct Foo
 {
     ~this()
     {
     }
 }

 void main()
 {
     Foo x;
 }

This still does not compile

--

Reply via email to