-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove a Span
from hir::ExprKind::MethodCall
#92787
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
(rust-highfive has picked a reviewer for you, use r? to override) |
92bd638
to
39534e9
Compare
☔ The latest upstream changes (presumably #92883) made this pull request unmergeable. Please resolve the merge conflicts. |
39534e9
to
63ab4d7
Compare
@bors try @rust-timer queue Let's check for any perf implications, but then r=me |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 63ab4d78f71005bfcffb5a15101e5407ffcf7f13 with merge e1b84917e7ac7ceea037f8ed3a956e25da1f5cbe... |
☀️ Try build successful - checks-actions |
Queued e1b84917e7ac7ceea037f8ed3a956e25da1f5cbe with parent a34c079, future comparison URL. |
Finished benchmarking commit (e1b84917e7ac7ceea037f8ed3a956e25da1f5cbe): comparison url. Summary: This change led to moderate relevant improvements 🎉 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
@bors r+ |
📌 Commit 63ab4d78f71005bfcffb5a15101e5407ffcf7f13 has been approved by |
⌛ Testing commit 63ab4d78f71005bfcffb5a15101e5407ffcf7f13 with merge bd5a7859d01ebc7e1c3786f2187d8c11af915f1a... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
63ab4d7
to
b117335
Compare
Rebased with fix @bors r=Mark-Simulacrum |
📌 Commit b117335 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (4d8b66a): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
It's just a copy of
MethodCall.0.ident.span
.