March 25, 2022
https://issues.dlang.org/show_bug.cgi?id=22934

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #13887 "Fix 22934 - Emit context pointer as `this` instead of `this`" fixing this issue:

- Fix 22934 - Emit context pointer as `this` instead of `this`

  Because the latter is obviosly not a valid identifier.

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

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22934

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13887 "Fix 22934 - Emit context pointer as `outer` instead of `this`" was merged into master:

- cd1017c7e2aed79f5484d4eca93313b60ba40de6 by MoonlightSentinel:
  Fix 22934 - Emit context pointer as `outer` instead of `this`

  Because the latter is obviosly not a valid identifier.

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

--