Uh oh!
There was an error while loading. Please reload this page.
rustdoc: Eliminate uses of EarlyDocLinkResolver::all_traits - #103192
Conversation
rust-highfive
commented
Oct 18, 2022
r? @notriddle (rust-highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Oct 18, 2022
@bors try @rust-timer queue |
rust-timer
commented
Oct 18, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Oct 18, 2022
⌛ Trying commit c705f4b52448f40a922ff9fa787982d33baede5a with merge 1193205dc5163a9e46ee425d84782538e5d21fc7... |
bors
commented
Oct 18, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Oct 18, 2022
Queued 1193205dc5163a9e46ee425d84782538e5d21fc7 with parent 21b2465, future comparison URL. |
rust-timer
commented
Oct 18, 2022
Finished benchmarking commit (1193205dc5163a9e46ee425d84782538e5d21fc7): comparison URL. Overall result: ❌ regressions - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @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)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.
Footnotes |
Uh oh!
There was an error while loading. Please reload this page.
c705f4b to
1754745Comparepetrochenkov
commented
Oct 19, 2022
@bors try @rust-timer queue |
rust-timer
commented
Oct 19, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
all_traitsEarlyDocLinkResolver::all_traitsbors
commented
Oct 19, 2022
⌛ Trying commit 1754745 with merge 6d369582bc7ad1b14d8af114b37b1ece37e8be86... |
bors
commented
Oct 19, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Oct 19, 2022
Queued 6d369582bc7ad1b14d8af114b37b1ece37e8be86 with parent 84365ff, future comparison URL. |
rust-timer
commented
Oct 19, 2022
Finished benchmarking commit (6d369582bc7ad1b14d8af114b37b1ece37e8be86): 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)This benchmark run did not return any relevant results for this metric. 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.
Footnotes |
petrochenkov
commented
Oct 19, 2022
jyn514
commented
Oct 19, 2022
@bors r+ |
bors
commented
Oct 19, 2022
Rollup of 6 pull requests Successful merges: - rust-lang#101293 (Recover when unclosed char literal is parsed as a lifetime in some positions) - rust-lang#101908 (Suggest let for assignment, and some code refactor) - rust-lang#103192 (rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`) - rust-lang#103226 (Check `needs_infer` before `needs_drop` during HIR generator analysis) - rust-lang#103249 (resolve: Revert "Set effective visibilities for imports more precisely") - rust-lang#103305 (Move some tests to more reasonable places) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…omez rustdoc: Resolve doc links in external traits having local impls For external impls it was done in rust-lang#103192 right away, but the local impl case was forgotten. Fixesrust-lang#104145.
…omez rustdoc: Resolve doc links in external traits having local impls For external impls it was done in rust-lang#103192 right away, but the local impl case was forgotten. Fixesrust-lang#104145.
…omez rustdoc: Resolve doc links in external traits having local impls For external impls it was done in rust-lang#103192 right away, but the local impl case was forgotten. Fixesrust-lang#104145.
Another step to #94857.