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

merging FETCH_HEAD
Merge made by the 'recursive' strategy.
 changelog/dmd.deprecate-this-in-static-contexts.dd | 35 ++++++++++++
 compiler/src/dmd/expressionsem.d                   |  9 +++
 compiler/src/dmd/location.d                        |  4 +-
 compiler/src/dmd/objc_glue.d                       |  2 +-
 compiler/test/compilable/compile1.d                |  6 +-
 compiler/test/compilable/fix22291.d                |  2 +-
 compiler/test/compilable/issue9884.d               |  6 +-
 compiler/test/compilable/testfwdref.d              |  4 +-
 compiler/test/fail_compilation/ice10713.d          |  4 +-
 compiler/test/fail_compilation/ice9494.d           | 10 +++-
 compiler/test/runnable/nested.d                    |  2 +-
 compiler/test/runnable/structlit.d                 |  2 +-
 compiler/test/runnable/test12.d                    |  6 +-
 druntime/src/core/sys/windows/imm.d                |  4 +-
 druntime/src/core/sys/windows/ocidl.d              |  4 +-
 druntime/src/core/sys/windows/rapi.d               |  2 +-
 druntime/src/core/sys/windows/richedit.d           | 12 ++--
 druntime/src/core/sys/windows/shlobj.d             |  6 +-
 druntime/src/core/sys/windows/shlwapi.d            |  2 +-
 druntime/src/core/sys/windows/vfw.d                |  2 +-
 druntime/src/core/sys/windows/winbase.d            |  6 +-
 druntime/src/core/sys/windows/winuser.d            | 66 +++++++++++-----------
 22 files changed, 123 insertions(+), 73 deletions(-)
 create mode 100644 changelog/dmd.deprecate-this-in-static-contexts.dd