October 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20604

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 #11875 "Fix 20604 - [ICE] dtoh ICE with nested template structs" fixing this issue:

- Fix 20604 - [ICE] dtoh ICE with nested template structs

  Define a handler for TypeInstance and handle potentially missing
  template identifiers

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

--
October 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20604

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 #11875 "Fix 20604 - [ICE] dtoh ICE with nested template structs" was merged into master:

- bf4d9dc5b4c13dfc5e8c98b065af8a12956c2876 by MoonlightSentinel:
  Fix 20604 - [ICE] dtoh ICE with nested template structs

  Define a handler for TypeInstance and handle potentially missing
  template identifiers

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

--