May 15, 2020
https://issues.dlang.org/show_bug.cgi?id=10242

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Closing because:
- LDC does this nowadays;
- There are various issues in the tracker for `scope x = new array[]`;

So while the exact suggestion here is not implemented, one can use LDC to eliminate heap allocations.

--