-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rollup of 2 pull requests #124590
Rollup of 2 pull requests #124590
Conversation
…method, r=scottmcm Add diagnostic item for `std::iter::Iterator::enumerate` Adds a diagnostic item for the `std::iter:Iterator::enumerate` trait method. This change, along with PR rust-lang#124308, will be used by the clippy `unused_enumerate_index` lint to move away from paths to using diagnostic items. see: rust-lang/rust-clippy#5393
…ompiler-errors fix `NormalizesTo` proof tree issue fixes rust-lang#124422 cc rust-lang#121848 r? ``@compiler-errors``
@bors r+ rollup=never p=2 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 9ba3d315b4 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (be9bca2): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.915s -> 673.832s (-0.01%) |
Successful merges:
std::iter::Iterator::enumerate
#124542 (Add diagnostic item forstd::iter::Iterator::enumerate
)NormalizesTo
proof tree issue #124566 (fixNormalizesTo
proof tree issue)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup