Uh oh!
There was an error while loading. Please reload this page.
rustdoc: migrate item_typedef to an Askama template - #110470
Conversation
rustbot
commented
Apr 17, 2023
r? @jsha (rustbot has picked a reviewer for you, use r? to override) |
bors
commented
Apr 22, 2023
☔ The latest upstream changes (presumably #110666) made this pull request unmergeable. Please resolve the merge conflicts. |
64b450a to
0b235d6Compare
This comment has been minimized.
This comment has been minimized.
0b235d6 to
e2a3690Comparebors
commented
Apr 30, 2023
☔ The latest upstream changes (presumably #111001) made this pull request unmergeable. Please resolve the merge conflicts. |
e2a3690 to
786311cCompareGuillaumeGomez
commented
May 10, 2023
I'm really not a big fan of using more templating in cases as small as this one: it increases code complexity quite a lot. Let's check the perf result to see if we have gains though. @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
bors
commented
May 10, 2023
⌛ Trying commit 786311c with merge 796eb677726e5d6ac08a7ab1b1d49e8f0449f110... |
bors
commented
May 10, 2023
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
May 10, 2023
Finished benchmarking commit (796eb677726e5d6ac08a7ab1b1d49e8f0449f110): comparison URL. Overall result: no relevant changes - 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 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.519s -> 659.197s (0.10%) |
GuillaumeGomez
commented
May 15, 2023
There doesn't seem to be any gain from this. So what do you want to do @notriddle? |
Part of #108868