https://issues.dlang.org/show_bug.cgi?id=16188
--- Comment #3 from [email protected] --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/8fbedf504bed737241f734f7c8883693ba069472 fix Issue 16188 - [REG2.069] ICE on invalid code https://github.com/dlang/dmd/commit/920e870e848e7668a15219cb004e422e25448d3e removed change in declaration.d unrelated to Issue 16188 - I assume it was an attempt at showing the correct error message during opDispatch semantics (by rerunning semantic). But as we still get the wrong error message and this change isn't necessary to fix 16188, we better not merge it into stable. https://github.com/dlang/dmd/commit/b3c0283c4b2acbc24919c9dfdb0f68a7ba1f2bfb Merge pull request #5927 from MartinNowak/fix16188 fix Issue 16188 - [REG2.069] ICE on invalid code --
