https://issues.dlang.org/show_bug.cgi?id=20362
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @atilaneves created dlang/dmd pull request #10764 "Fix issue 20362 - always infer scope for lambdas" fixing this issue: - 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 --
