https://issues.dlang.org/show_bug.cgi?id=8295
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] --- the same for this code too: struct foo { int a; } struct bar { foo f; ~this() { } } shared bar b; --
