December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21043

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
April 17, 2023
https://issues.dlang.org/show_bug.cgi?id=21043

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
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.

--