-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove PartialOrd
/Ord
impl for PlaceRef
#96889
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
208a43b
to
3e96f27
Compare
☔ The latest upstream changes (presumably #96888) made this pull request unmergeable. Please resolve the merge conflicts. |
This is a new attempt at rust-lang#93315. It removes one usage of the `Ord` impl for `DefId`, which should make it easier to eventually remove that impl.
3e96f27
to
6b747aa
Compare
@compiler-errors I've addressed your comments |
cool, seems like those mir output changes disappeared in that case. @bors r+ |
📌 Commit 6b747aa has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3a08bd7): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This is a new attempt at #93315. It removes one usage
of the
Ord
impl forDefId
, which should make it easierto eventually remove that impl.