February 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21659

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #12225 "Fix 21659: Special enums are never forward referenced" fixing this issue:

- Fix 21659: Special enums are never forward referenced

  The compiler always knows their property, so don't error out on special
enums.

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

--
February 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21659

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 #12225 "Fix 21659: Special enums are never forward referenced" was merged into master:

- 86169b53a7a146a76c012a03f7a7f14a5fdcebb1 by Geod24:
  Fix 21659: Special enums are never forward referenced

  The compiler always knows their property, so don't error out on special
enums.

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

--