https://issues.dlang.org/show_bug.cgi?id=20362
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10764 "Fix issue 20362 - always infer scope for lambdas" was merged into master: - ac32a33c1dfdeec2b24dda175cbb1fe87778c012 by Atila Neves: Fix issue 20362 - always infer scope for lambdas Before, scope was only inferred if -preview=dip1000 was used, now it always is. https://github.com/dlang/dmd/pull/10764 --
