On 5/18/2021 9:47 AM, deadalnix wrote: > Long story short: https://issues.dlang.org/show_bug.cgi?id=21929 > > Closure do not respect scope the way they should. Let's fix it. The simplest solution would be to disallow delegates referencing variables in scopes other than function scope.