-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Changed usages of mir
in librustc::mir and librustc_mir to body
#61506
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
☔ The latest upstream changes (presumably #61136) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me after a rebase |
@eddyb finished the rebase! Hope I did it right... |
☔ The latest upstream changes (presumably #59331) made this pull request unmergeable. Please resolve the merge conflicts. |
@eddyb rebased again! |
☔ The latest upstream changes (presumably #61653) made this pull request unmergeable. Please resolve the merge conflicts. |
@eddyb rebased yet again haha |
r? @oli-obk |
📌 Commit 80ff07f has been approved by |
@bors p=5 |
Changed usages of `mir` in librustc::mir and librustc_mir to `body` Work on part 2 of #60229
☀️ Test successful - checks-travis, status-appveyor |
Tested on commit rust-lang/rust@1cbd8a4. Direct link to PR: <rust-lang/rust#61506> 🎉 rls on linux: test-fail → test-pass (cc @Xanewok, @rust-lang/infra).
Work on part 2 of #60229