-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Compare primary
with maximum of children
s' line num instead of dropping it
#65010
Conversation
r? @zackmdavis (rust_highfive has picked a reviewer for you, use r? to override) |
r? @estebank |
r=me, but can you verify locally that it is doing the right thing? We cannot test for this output sadly due to the line number anonymization we perform on all |
I'm sorry, I can't test it localy, rustc would take forever to build on my machine. However, now the code behaves just like before the commit, so functionality should be fixed. |
Confirmed locally. @bors r+ rollup |
📌 Commit df203a2 has been approved by |
Compare `primary` with maximum of `children`s' line num instead of dropping it Fix rust-lang#65001.
Compare `primary` with maximum of `children`s' line num instead of dropping it Fix rust-lang#65001.
Compare `primary` with maximum of `children`s' line num instead of dropping it Fix rust-lang#65001.
Rollup of 7 pull requests Successful merges: - #63678 (Improve HRTB error span when -Zno-leak-check is used) - #64931 (Reword E0392 slightly) - #64959 (syntax: improve parameter without type suggestions) - #64975 (Implement Clone::clone_from for LinkedList) - #64993 (BacktraceStatus: add Eq impl) - #64998 (Filter out RLS output directories on tidy runs) - #65010 (Compare `primary` with maximum of `children`s' line num instead of dropping it) Failed merges: r? @ghost
Fix #65001.