This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
22 files changed
+87
-75
lines changed- compiler
- rustc_borrowck/src/region_infer
- rustc_const_eval/src/transform/check_consts
- rustc_hir_analysis/src
- check
- impl_wf_check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- error_reporting
- nice_region_error
- outlives
- rustc_middle/src/traits
- rustc_trait_selection/src/traits
- error_reporting
22 files changed
+87
-75
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2059 | 2059 |
| |
2060 | 2060 |
| |
2061 | 2061 |
| |
2062 |
| - | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
2063 | 2066 |
| |
2064 | 2067 |
| |
2065 | 2068 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
738 | 738 |
| |
739 | 739 |
| |
740 | 740 |
| |
741 |
| - | |
| 741 | + | |
742 | 742 |
| |
743 | 743 |
| |
744 | 744 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
819 | 819 |
| |
820 | 820 |
| |
821 | 821 |
| |
822 |
| - | |
| 822 | + | |
823 | 823 |
| |
824 | 824 |
| |
825 | 825 |
| |
| |||
2012 | 2012 |
| |
2013 | 2013 |
| |
2014 | 2014 |
| |
2015 |
| - | |
| 2015 | + | |
2016 | 2016 |
| |
2017 |
| - | |
| 2017 | + | |
2018 | 2018 |
| |
2019 | 2019 |
| |
2020 | 2020 |
| |
| |||
2251 | 2251 |
| |
2252 | 2252 |
| |
2253 | 2253 |
| |
2254 |
| - | |
| 2254 | + | |
| 2255 | + | |
2255 | 2256 |
| |
2256 | 2257 |
| |
2257 | 2258 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1550 | 1550 |
| |
1551 | 1551 |
| |
1552 | 1552 |
| |
1553 |
| - | |
| 1553 | + | |
1554 | 1554 |
| |
1555 | 1555 |
| |
1556 | 1556 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1413 | 1413 |
| |
1414 | 1414 |
| |
1415 | 1415 |
| |
1416 |
| - | |
| 1416 | + | |
1417 | 1417 |
| |
1418 |
| - | |
| 1418 | + | |
1419 | 1419 |
| |
1420 | 1420 |
| |
1421 | 1421 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
515 |
| - | |
| 515 | + | |
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2013 | 2013 |
| |
2014 | 2014 |
| |
2015 | 2015 |
| |
2016 |
| - | |
| 2016 | + | |
| 2017 | + | |
2017 | 2018 |
| |
2018 | 2019 |
| |
2019 | 2020 |
| |
| |||
2102 | 2103 |
| |
2103 | 2104 |
| |
2104 | 2105 |
| |
2105 |
| - | |
| 2106 | + | |
2106 | 2107 |
| |
2107 | 2108 |
| |
2108 | 2109 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
569 | 569 |
| |
570 |
| - | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
571 | 576 |
| |
572 | 577 |
| |
573 | 578 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1402 | 1402 |
| |
1403 | 1403 |
| |
1404 | 1404 |
| |
1405 |
| - | |
| 1405 | + | |
1406 | 1406 |
| |
1407 | 1407 |
| |
1408 | 1408 |
| |
1409 | 1409 |
| |
1410 | 1410 |
| |
1411 |
| - | |
| 1411 | + | |
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 | 1414 |
| |
|
0 commit comments