https://issues.dlang.org/show_bug.cgi?id=14973
--- Comment #5 from [email protected] --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c80bfca2d8f43e2f9b87e79473c7f6b677db66d3 Fix issue 14973 case again For the correct lambda context inference, serialize semantic3 order of any template instances with lambdas. Then, an inner lambda nested-ness will be determined always in previous of enclosing lambdas. --
