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
Make trans treat all statements as if they introduce a new scope
This is for consistency with borrowck. Changing borrowck would
also be an alternative, but I found it easier to change trans :-)
This eliminates an ICE in trans where the scope for a particular
borrow was a statement ID, but the code in trans that does cleanups
wasn't finding the block with that scope. As per rust-lang#3860
0 commit comments