-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make SpanlessEq more consistent #11736
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
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @dswij (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 (
|
This LGTM overall. It even uncovered an unimplemented kind IIUC. Is there a reason why this is still in draft mode? If you want you can do the same for the |
Thanks for the review! I wasn't sure whether the implementation of the branch for I'm also unsure what the preferred procedure is: Should I create another PR for the changes in |
If the scope isn't too big, and it's (kinda) related like this one, I'd say it's fine to do it in one PR. But doing it in separate PRs is not really a problem as well Just let us know :) |
In that case, I'd like to do it in a separate PR. |
As the implementations of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that hash_expr
already was complete. Thanks for doing the plumbing work of sorting it anyway.
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
SpanlessEq
more consistent #10267.hir_utils::eq_expr
forExprKind::Closure
,ExprKind::ConstBlock
,ExprKind::InlineAsm
andExprKind::Yield
.hir_utils::eq_expr
to be in alphabetical order.changelog: none