-
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
rustc: use methods instead of functions in middle::ty. #26575
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
O.o This is a HUGE refactoring! 👏 👍 🍰 I also wonder how many PRs will be marked as unmergeable because of this... 😆 |
@barosl it's a... prerequisite for a prerequisite ( It's also going to rot if it doesn't get reviewed this week, but most changes were mechanical, so unless there are significant changes to |
r? @nrc (or other @rust-lang/compiler folks) |
☔ The latest upstream changes (presumably #26415) made this pull request unmergeable. Please resolve the merge conflicts. |
I might remove the last two commits - if we can get something like |
@nikomatsakis I've removed the |
@bors r+ |
📌 Commit ad66c21 has been approved by |
@eddyb this is nice! |
Next step towards split local/global type contexts, after #26351. cc @rust-lang/compiler @jroesch
Next step towards split local/global type contexts, after #26351.
cc @rust-lang/compiler @jroesch