This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 6a20f7d
committed
Auto merge of rust-lang#106209 - fee1-dead-contrib:rollup-47ysdcu, r=fee1-dead
Rollup of 9 pull requests
Successful merges:
- rust-lang#94145 (Test leaking of BinaryHeap Drain iterators)
- rust-lang#103945 (Remove `iter::Empty` hack)
- rust-lang#104024 (Fix `unused_must_use` warning for `Box::from_raw`)
- rust-lang#104708 (Fix backoff doc to match implementation)
- rust-lang#105347 (Account for `match` expr in single line)
- rust-lang#105484 (Implement allow-by-default `multiple_supertrait_upcastable` lint)
- rust-lang#106184 (Fix `core::any` docs)
- rust-lang#106201 (Emit fewer errors on invalid `#[repr(transparent)]` on `enum`)
- rust-lang#106205 (Remove some totally duplicated files in `rustc_infer`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
33 files changed
+321
-706
lines changed- compiler
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_infer/src/infer
- error_reporting
- rustc_lint/src
- rustc_span/src
- library
- alloc/src
- collections
- binary_heap
- btree
- map
- set
- linked_list
- testing
- core/src
- iter/sources
- std/src/sync/mpmc
- src/test/ui
- feature-gates
- lint/unused
- match
- repr
- traits/trait-upcasting
33 files changed
+321
-706
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1060 | 1060 | | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
| 1063 | + | |
| 1064 | + | |
1067 | 1065 | | |
1068 | 1066 | | |
1069 | 1067 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
0 commit comments