This repository was archived by the owner on May 28, 2025. It is now read-only.
forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 4360fd7
authored
Rollup merge of rust-lang#140604 - lcnr:revealing-use-prep, r=compiler-errors
yet another small borrowck cleanup
The last borrowck changes from rust-lang#139587 which can be reviewed entirely separately.
r? `@compiler-errors`File tree
3 files changed
+39
-30
lines changed- compiler/rustc_borrowck/src
- region_infer
- type_check
3 files changed
+39
-30
lines changedLines changed: 27 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
11 | + | ||
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
22 | 47 |
| |
23 | 48 |
| |
24 | 49 |
| |
| |||
40 | 65 |
| |
41 | 66 |
| |
42 | 67 |
| |
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
68 | + | ||
69 | + | ||
61 | 70 |
| |
62 | 71 |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
45 | - | ||
44 | + | ||
45 | + | ||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 | - | ||
337 | - | ||
336 | + | ||
337 | + | ||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | - | ||
155 | - | ||
154 | + | ||
155 | + | ||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 | - | ||
220 | - | ||
219 | + | ||
220 | + | ||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 | - | ||
415 | + | ||
416 | 416 |
| |
417 | - | ||
417 | + | ||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
| |||
2506 | 2506 |
| |
2507 | 2507 |
| |
2508 | 2508 |
| |
2509 | - | ||
2509 | + | ||
2510 | 2510 |
| |
2511 | - | ||
2511 | + | ||
2512 | 2512 |
| |
2513 | 2513 |
| |
2514 | 2514 |
| |
|
0 commit comments