July 14, 2019
https://issues.dlang.org/show_bug.cgi?id=20050

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 #10172 "fix handling of static impure functions nested in pure functions (issues 20047 and 20050)" fixing this issue:

- fix issue 20050 - pure function should be able to return function pointer to impure static nested function

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

--
July 15, 2019
https://issues.dlang.org/show_bug.cgi?id=20050

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 #10172 "fix handling of static impure functions nested in pure functions (issues 20047 and 20050)" was merged into master:

- e50097d7ca361a1d6ee5841459781aaf26f77466 by aG0aep6G:
  fix issue 20050 - pure function should be able to return function pointer to
impure static nested function

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

--