November 10, 2018
https://issues.dlang.org/show_bug.cgi?id=19387

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
March 18, 2021
https://issues.dlang.org/show_bug.cgi?id=19387

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12280 "Fix 19387 - Mark generated postblits as scope" was merged into master:

- 5282d156fb87842f6f8870449fe00f20345847ee by MoonlightSentinel:
  Fix 19387 - Mark generated postblits as scope

  Otherwise the postblit is not callable when compiling with DIP 1000.
  (Assigning scope ... to non-scope `this`)

https://github.com/dlang/dmd/pull/12280

--