-
Notifications
You must be signed in to change notification settings - Fork 13.8k
rustdoc: remove redundant clone in synthesize_auto_trait_impls #147491
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: remove redundant clone in synthesize_auto_trait_impls #147491
Conversation
@bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…pls-no-clone, r=<try> rustdoc: remove redundant clone in synthesize_auto_trait_impls
This comment has been minimized.
This comment has been minimized.
@bors try cancel |
Try build cancelled. Cancelled workflows: |
8263cf9
to
b7b61a5
Compare
Whoops. I'm just gonna hack this with @bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…pls-no-clone, r=<try> rustdoc: remove redundant clone in synthesize_auto_trait_impls
💥 Test timed out after |
Well I've never seen that happen before. |
@bors2 try @rust-timer queue uhh hoping it's just spurious failure? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…pls-no-clone, r=<try> rustdoc: remove redundant clone in synthesize_auto_trait_impls
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (517ceea): comparison URL. Overall result: ❌ regressions - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -4.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.2%, secondary -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.051s -> 471.373s (-0.35%) |
Ok, so this is not worth doing, got it. Unsure if the redundant allocation is getting optimized away, or if removing it is causing some slightly worse caching, but in any case, this isn't worth it. |
Well I've never seen that happen before. |
No description provided.