You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aztec-nr): Use mutable ref when mutating variable in closure (#12311)
Post noir-lang/noir#7488 aztec-nr is going to
fail to compile as we now explicitly error when attempting to use a
capture mutably (lambda captures are meant to be entirely immutable).
The current code only worked because it was done at comptime.
0 commit comments