-
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
Do not access HIR to check impl wf. #98396
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 3dec3987fd94457ffe60b70a64f66235aeab777a with merge 23707eda8edba729e4869029cbe70b23fa4a9881... |
Occupied(entry) => { | ||
let mut err = struct_span_err!( | ||
tcx.sess, | ||
impl_item.span, | ||
tcx.def_span(impl_item_ref), |
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.
tcx.def_span(impl_item_ref), | |
span, |
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.
Probably still needs rustfmt after this, might fit on a single line now
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 471fdf8152b40fc91e58477522060ade1db6c2cd with merge f580c6643fdc946abb1320c5206361bd0b0d753f... |
☀️ Try build successful - checks-actions |
Queued f580c6643fdc946abb1320c5206361bd0b0d753f with parent 10f4ce3, future comparison URL. |
Finished benchmarking commit (f580c6643fdc946abb1320c5206361bd0b0d753f): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
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 may lead to changes in compiler perf. @bors rollup=never Footnotes |
r? rust-lang/compiler |
r=me with #98396 (comment) addressed. |
@bors r=petrochenkov |
📌 Commit 8242aa8 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (baf382e): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
r? @ghost