August 01, 2019
https://issues.dlang.org/show_bug.cgi?id=20094

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Fixed by https://github.com/dlang/dmd/pull/10256
Also there was a second regression in there, in that the `S0_` substitution
should be surrounded by `N .. E`, and that's fixed by
https://github.com/dlang/dmd/pull/10257

--