-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rustdoc: migrate item_union to an Askama template #109925
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
133e657
to
90f1be2
Compare
This comment has been minimized.
This comment has been minimized.
90f1be2
to
1fc0125
Compare
fn render_assoc_items<'b>( | ||
&'b self, | ||
) -> impl fmt::Display + Captures<'a> + 'b + Captures<'cx> { | ||
let this = self; |
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 checked locally and it works perfectly fine without this
everywhere. So out of curiosity: why did you create it?
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.
Good point. This was needed in an earlier version of the PR, bug can be removed now.
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 1fc01255b6be8d221792ad859374d71665c6646e with merge dbff1b7044fb065a8a50d216265d11a502e63ade... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (dbff1b7044fb065a8a50d216265d11a502e63ade): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking 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 Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
1fc0125
to
c325fda
Compare
Thanks! r=me once CI pass |
@bors r=GuillaumeGomez |
⌛ Testing commit c325fda with merge 57b13832dbb39fc232da34c6a021ffdf99ead3ef... |
💔 Test failed - checks-actions |
@bors retry Unrelated failure on Apple x86_64. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d1be642): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Part of #108868