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

Atila Neves <[email protected]> changed:

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

--- Comment #3 from Atila Neves <[email protected]> ---
This doesn't compile either now:

struct Inner { ~this() {} }
struct Outer { shared Inner inner; }

void main() {
    Outer _;
}

--

Reply via email to