-
Notifications
You must be signed in to change notification settings - Fork 13.3k
trans::mir::constant - fix assignment error recovery #43568
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
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream. Fixes rust-lang#43197.
c643589
to
93db1f9
Compare
@bors r+ |
📌 Commit 93db1f9 has been approved by |
Come on bors, merge this baby :) I can't wait!
or does it need another r+ for the second commit? 1057a72 |
@xftroxgpx You could see bors's progress in https://buildbot2.rust-lang.org/homu/queue/rust. Currently it is at the 3rd place in the queue, so you will need to wait for at least 6 hours before this PR got tested. |
trans::mir::constant - fix assignment error recovery trans::mir::constant - fix assignment error recovery We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream. Fixes #43197.
☀️ Test successful - status-appveyor, status-travis |
trans::mir::constant - fix assignment error recovery
We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream.
Fixes #43197.