-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mir: drop temps outside-in by scheduling the drops inside-out. #33239
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit d569228 has been approved by |
mir: drop temps outside-in by scheduling the drops inside-out. It was backwards all along, but only noticeable with multiple drops in one rvalue scope. Fixes rust-lang#32433.
Ahh right, I forgot to check it locally as I had two other PRs to work on. And Travis doesn't help with MIR. |
@bors r- |
I went back and checked my testcases from #32433. They're fixed, but the |
☔ The latest upstream changes (presumably #33130) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r=arielb1 |
📌 Commit e940de6 has been approved by |
mir: drop temps outside-in by scheduling the drops inside-out. It was backwards all along, but only noticeable with multiple drops in one rvalue scope. Fixes #32433.
It was backwards all along, but only noticeable with multiple drops in one rvalue scope. Fixes #32433.