fetching https://github.com/dkorpel/dmd.git scope-inference (attempt: 1/3)
From https://github.com/dkorpel/dmd
 * branch            scope-inference -> FETCH_HEAD

merging FETCH_HEAD
Updating 3afdc87..dac9a31
Fast-forward
 compiler/src/dmd/declaration.d             |  18 +-
 compiler/src/dmd/declaration.h             |   2 +-
 compiler/src/dmd/escape.d                  | 272 +++++++++++------------------
 compiler/src/dmd/frontend.h                |   2 +-
 compiler/test/compilable/test20674.d       |  18 ++
 compiler/test/fail_compilation/retscope.d  |   4 +-
 compiler/test/fail_compilation/retscope6.d |  13 +-
 compiler/test/fail_compilation/retscope7.d |  23 +++
 compiler/test/fail_compilation/test23208.d |  33 ++++
 compiler/test/fail_compilation/test23294.d |  25 +++
 10 files changed, 231 insertions(+), 179 deletions(-)
 create mode 100644 compiler/test/compilable/test20674.d
 create mode 100644 compiler/test/fail_compilation/retscope7.d
 create mode 100644 compiler/test/fail_compilation/test23208.d
 create mode 100644 compiler/test/fail_compilation/test23294.d