https://issues.dlang.org/show_bug.cgi?id=11886
--- Comment #7 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/703ebeb748134cbdcc65c1032f79a93692173789 fix Issue 11886 - "cannot access frame" error on lambda in lambda A function local struct (including instantiated ones) will be nested when it contains one or more template declarations. https://github.com/D-Programming-Language/dmd/commit/0624da5eb7568cfded19b1935e33af7c9d29844a Merge pull request #5518 from 9rnsr/fix11886 Issue 11886 - "cannot access frame" error on lambda in lambda --
