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

merging FETCH_HEAD
Auto-merging compiler/src/dmd/mtype.d
Auto-merging compiler/src/dmd/frontend.h
Merge made by the 'recursive' strategy.
 compiler/src/dmd/declaration.h             |  4 ++
 compiler/src/dmd/escape.d                  | 17 +++++++-
 compiler/src/dmd/expressionsem.d           | 33 +++++++++++++++-
 compiler/src/dmd/frontend.h                |  2 +
 compiler/src/dmd/func.d                    |  4 ++
 compiler/src/dmd/mtype.d                   | 17 ++++++++
 compiler/src/dmd/mtype.h                   |  1 +
 compiler/test/fail_compilation/test23438.d | 45 +++++++++++++++++++++
 compiler/test/fail_compilation/test23445.d | 63 ++++++++++++++++++++++++++++++
 9 files changed, 183 insertions(+), 3 deletions(-)
 create mode 100644 compiler/test/fail_compilation/test23438.d
 create mode 100644 compiler/test/fail_compilation/test23445.d