This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 98c1a17
authored
Unrolled build for rust-lang#134827
Rollup merge of rust-lang#134827 - compiler-errors:borrowck-nits, r=lqd
Some random region tweaks
Remove a redundant function and add an assertion that I think is usefulFile tree
3 files changed
+7
-6
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_infer/src/infer/region_constraints
- rustc_trait_selection/src/traits
3 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 302 | | |
307 | 303 | | |
308 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
| |||
0 commit comments