Rollup of 3 pull requests#158162
Conversation
…ze depends on the integer instead of being the same for all integers
Again, the complexity of `set` is not necessary here.
…vooeo Suggest `type` next to visibility for const items resolve: rust-lang#157368 Adjusts the `type const` suggestion to preserve visibility ordering, so `pub const` is suggested as `pub type const` instead of `type pub const`.
Use the direct `From` in `Clone for OnceLock<T>` This is a followup to rust-lang#158101 as again, the complexity of `set` is not necessary here, especially because we can now use that direct `From`. r? tgross35
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for f3bf235 failed: CI. Failed job:
|
|
Tree closed for PRs with priority less than 5. |
This comment has been minimized.
This comment has been minimized.
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
@bors treeclosed- |
|
Tree is now open for merging. |
|
📌 Perf builds for each rolled up PR:
previous master: 32ea3615cc In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 32ea361 (parent) -> 8c75e93 (this PR) Test differencesShow 17 test diffsStage 1
Stage 2
Additionally, 14 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 8c75e93c5c7671c29f3e8c096b7acf56822ed23a --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (8c75e93): comparison URL. Overall result: ❌ regressions - please read:Our benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This perf run didn't have relevant results for this metric. CyclesThis perf run didn't have relevant results for this metric. Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 489.308s -> 480.613s (-1.78%) |
Successful merges:
NumBufferTraitassociated items #157976 (ImproveNumBufferTraitassociated items)typenext to visibility for const items #157382 (Suggesttypenext to visibility for const items)FrominClone for OnceLock<T>#158157 (Use the directFrominClone for OnceLock<T>)r? @ghost
Create a similar rollup