https://issues.dlang.org/show_bug.cgi?id=22977
--- Comment #4 from Walter Bright <[email protected]> --- It appears that the problem is the nested function is not inferring `return scope` when returning a scope variable from its closure. --
d-bugmail--- via Digitalmars-d-bugs Sat, 27 Aug 2022 21:38:37 -0700
https://issues.dlang.org/show_bug.cgi?id=22977
--- Comment #4 from Walter Bright <[email protected]> --- It appears that the problem is the nested function is not inferring `return scope` when returning a scope variable from its closure. --