Rollup of 2 pull requests#154412
Conversation
Ensure `ErasedData` only implements appropriate auto traits This uses an external type to prevent auto traits to be inferred on `ErasedData`. That inference is incorrect since it may not store the type it declares. This also implements `DynSend` and `DynSync` on `ErasedData` which are checked by bounds on `erase_val`. Some diagnostics bounds were missing `DynSync`, which is also added here.
…KO8Ki Update `try_blocks` to a new tracking issue number New tracking issue rust-lang#154391 Closes rust-lang#31436
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
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 3ea2fbc (parent) -> 3a933e5 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 3a933e5bf5b695faf9e09d47a263a20c6b85c26a --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 (3a933e5): comparison URL. Overall result: ✅ improvements - no action needed@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)Results (primary -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.3%, secondary -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 485.545s -> 484.487s (-0.22%) |
Successful merges:
ErasedDataonly implements appropriate auto traits #154229 (EnsureErasedDataonly implements appropriate auto traits)try_blocksto a new tracking issue number #154409 (Updatetry_blocksto a new tracking issue number)r? @ghost
Create a similar rollup