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
I'm not an expert here, but because `while let` is a loop, it *has to*
drop temporaries when it loops, so it must have at least one temporary
scope, and empirically, the same scope includes the scrutinee and the
body because the body can use temporaries from the scrutinee.
0 commit comments