https://issues.dlang.org/show_bug.cgi?id=21043
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from RazvanN <[email protected]> --- The error is now: test.d(9): Error: `@safe` function `D main` cannot call `@system` generated function `test.S.opAssign` test.d(3): which calls `test.S.~this` test.d(1): `test.S.opAssign` is declared here So this seems to have been fixed. --
