Commit d958260
committed
Auto merge of rust-lang#129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#129288 (Use subtyping for `UnsafeFnPointer` coercion, too)
- rust-lang#129405 (Fixing span manipulation and indentation of the suggestion introduced by rust-lang#126187)
- rust-lang#129518 (gitignore: ignore ICE reports regardless of directory)
- rust-lang#129519 (Remove redundant flags from `lower_ty_common` that can be inferred from the HIR)
- rust-lang#129525 (rustdoc: clean up tuple <-> primitive conversion docs)
- rust-lang#129526 (Use `FxHasher` on new solver unconditionally)
- rust-lang#129544 (Removes dead code from the compiler)
- rust-lang#129553 (add back test for stable-const-can-only-call-stable-const)
- rust-lang#129590 (Avoid taking reference of &TyKind)
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+22
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
151 | | - | |
| 157 | + | |
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
| |||
0 commit comments