-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix MIR borrowck EndRegion not found #45922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can you update the tests per the instructions in this gist? Specifically these tests:
|
Updated tests Fixes rust-lang#45702
b4fc1ed
to
fbb7df0
Compare
//[mir]~^ ERROR (Ast) [E0499] | ||
//[mir]~| ERROR (Mir) [E0506] | ||
//[mir]~| ERROR (Mir) [E0499] | ||
//[mir]~| ERROR (Mir) [E0499] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arielb1 -- is there an existing issue for these multiple reports? I didn't see anything obvious in the spreadsheet, seems like we should file one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bors r+ |
📌 Commit fbb7df0 has been approved by |
Fix MIR borrowck EndRegion not found Fixes #45702 - [x] Add Tests
☀️ Test successful - status-appveyor, status-travis |
Fixes #45702