February 08, 2020
https://issues.dlang.org/show_bug.cgi?id=20569

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G created dlang/dmd pull request #10773 "fix issue 20569 - [DIP1000] allow taking the address of a `scope` str…" fixing this issue:

- fix issue 20569 - [DIP1000] allow taking the address of a `scope` struct field if it has no indirections

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

--
February 09, 2020
https://issues.dlang.org/show_bug.cgi?id=20569

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 #10773 "fix issue 20569 - [DIP1000] allow taking the address of a `scope` str…" was merged into master:

- c1a9253d649353931b47a4577ba1295119e67028 by aG0aep6G:
  fix issue 20569 - [DIP1000] allow taking the address of a `scope` struct
field if it has no indirections

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

--