June 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20938

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Biotronic created dlang/dmd pull request #11292 "Fix issue 20938 - Cannot create const arrays mixing immutable and mutable structs with indirections" fixing this issue:

- Fix issue 20938

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

--
June 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20938

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 #11292 "Fix issue 20938 - Cannot create const arrays mixing immutable and mutable structs with indirections" was merged into master:

- 6697c5bab0bda54ccaf8e3060b098be23b98931f by Simen Kjærås:
  Fix issue 20938 - Cannot create const arrays mixing immutable and
  mutable structs with indirections

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

--