-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Remove ExtendElement, ExtendWith, extend_with #112263
Conversation
A bunch of these could be @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 60fb684f0881ed11f09b95f10ac06ceb7b59c83d with merge 64f8da738df8d60f9862c26333a23a9807fc7501... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
1 similar comment
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (64f8da738df8d60f9862c26333a23a9807fc7501): comparison URL. Overall result: ❌✅ regressions and improvements - 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.
Binary sizeResultsThis 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.
Bootstrap: 647.947s -> 647.684s (-0.04%) |
60fb684
to
dd2bd03
Compare
Yep, removing |
This is almost certainly fine, but let's check just in case |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit dd2bd03 with merge 68e15f2f9b898ba290518cda088c897131d2c512... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (68e15f2f9b898ba290518cda088c897131d2c512): 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeResultsThis 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.
Bootstrap: 645.472s -> 646.928s (0.23%) |
@bors r+ rollup |
…llaumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#112243 (Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly) - rust-lang#112263 (Remove ExtendElement, ExtendWith, extend_with) - rust-lang#112291 (Disable RustAnalyzer check by default, run Rustfmt check before) - rust-lang#112299 (Don't double-print status messages in GHA) - rust-lang#112311 (Ignore fluent message reordering in `git blame`) - rust-lang#112315 (fix spelling error) Failed merges: - rust-lang#112251 (rustdoc: convert `if let Some()` that always matches to variable) r? `@ghost` `@rustbot` modify labels: rollup
Related to #104624, broken up into two commits. The first removes wrapper trait ExtendWith and its only implementer struct ExtendElement. The second may have perf issues so may be reverted/removed if no alternate fix is found; it should be profiled.
r? @scottmcm