Rollup of 3 pull requests#153832
Conversation
This FIXME is relevant not only to Option but other similar cases that use iter::try_process(). The referenced issue 11084 was closed in 2021, and the related PR 59605 was not merged due to inconclusive results.
core: remove FIXME comment in option.rs FromIterator The referenced issue rust-lang#11084 was closed in 2021, and the related PR rust-lang#59605 was not merged due to inconclusive results. Similar code (in result.rs, for example) doesn't have this FIXME comment; this is the only reference to issue 11084 (or pull request 59605). This FIXME was not mentioned in issue rust-lang#44366.
Fix grammar in Pin documentation Changed "has an address-sensitive" to "has address-sensitive states" in the `Drop` implementation section of the documentation of `Pin` thereby making it grammatically complete.
…e, r=JohnTitor Remove unused `SelectionCandidate::PointerLikeCandidate` The `PointerLike` trait was removed in rust-lang#143308, as part of `dyn*` being removed. `!null` pattern types were added in rust-lang#142339 , which added `SelectionCandidate::PointerLikeCandidate`, IIUC to allow pattern types to implement `PointerLike`, but `PointerLike` was removed after that PR was first written, so (I assume) that functionality was mostly removed on a rebase, but this part didn't get removed. (see an earlier version of that PR that mentioned `LangItem::PointerLike`: rust-lang@50cab82 before it got rebased over the rollup containing 143308: rust-lang#142339 (comment) ) cc @oli-obk
|
@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 f1ceedf (parent) -> 1d8897a (this PR) Test differencesShow 37 test diffs37 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 1d8897a4e88051480b36c501e66809425c6e08ad --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 (1d8897a): 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 1.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 0.1%, secondary -0.8%)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: 478.63s -> 480.71s (0.43%) |
Successful merges:
SelectionCandidate::PointerLikeCandidate#153798 (Remove unusedSelectionCandidate::PointerLikeCandidate)r? @ghost
Create a similar rollup