rustc: use methods instead of functions in middle::ty.#26575
rustc: use methods instead of functions in middle::ty.#26575bors merged 6 commits intorust-lang:masterfrom
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