May 09, 2022
https://issues.dlang.org/show_bug.cgi?id=23098

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14097 "Fix issue 23098 - array literal to scope inout parameter not allowed …" fixing this issue:

- Fix issue 23098 - array literal to scope inout parameter not allowed in safe code

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

--
May 10, 2022
https://issues.dlang.org/show_bug.cgi?id=23098

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 #14097 "Fix issue 23098 - array literal to scope inout parameter not allowed …" was merged into stable:

- 28d6a4a84326ec288d1380ddece0b63cd2c05306 by Dennis Korpel:
  Fix issue 23098 - array literal to scope inout parameter not allowed in safe
code

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

--