Eagerly intern and check CrateNum/StableCrateId collisions#109213
Eagerly intern and check CrateNum/StableCrateId collisions#109213bors merged 1 commit intorust-lang:masterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cjgillot (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
These commits modify the If this was intentional then you can ignore this comment. |
This comment has been minimized.
This comment has been minimized.
|
These commits modify the If this was intentional then you can ignore this comment. |
cjgillot
left a comment
There was a problem hiding this comment.
This PR makes a lot of sense, thank you.
|
@rustbot review |
cjgillot
left a comment
There was a problem hiding this comment.
Does this need a perf run?
If not, r=me with one nit.
b9596a5 to
6ce267c
Compare
No, there's nothing that could really affect perf here. It's not hot anyway. @bors r=cjgillot |
Eagerly intern and check CrateNum/StableCrateId collisions r? `@cjgillot` It seems better to check things ahead of time than checking them afterwards. The [previous version](rust-lang#108390) was a bit nonsensical, so this addresses the feedback
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#108954 (rustdoc: handle generics better when matching notable traits) - rust-lang#109203 (refactor/feat: refactor identifier parsing a bit) - rust-lang#109213 (Eagerly intern and check CrateNum/StableCrateId collisions) - rust-lang#109358 (rustc: Remove unused `Session` argument from some attribute functions) - rust-lang#109359 (Update stdarch) - rust-lang#109378 (Remove Ty::is_region_ptr) - rust-lang#109423 (Use region-erased self type during IAT selection) - rust-lang#109447 (new solver cleanup + implement coherence) - rust-lang#109501 (make link clickable) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…enkov Fix symbol conflict diagnostic mistakenly being shown instead of missing crate diagnostic This was a refactoring mistake in rust-lang#109213 fixes rust-lang#111284
r? @cjgillot
It seems better to check things ahead of time than checking them afterwards.
The previous version was a bit nonsensical, so this addresses the feedback