File tree
6 files changed
+21
-4
lines changed- compiler
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_middle/src/ty
- rustc_mir_transform/src
6 files changed
+21
-4
lines changedDiff for: compiler/rustc_ast_lowering/src/expr.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
| |||
158 | 160 |
| |
159 | 161 |
| |
160 | 162 |
| |
| 163 | + | |
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
| |||
567 | 570 |
| |
568 | 571 |
| |
569 | 572 |
| |
| 573 | + | |
570 | 574 |
| |
571 | 575 |
| |
572 | 576 |
| |
| |||
593 | 597 |
| |
594 | 598 |
| |
595 | 599 |
| |
| 600 | + | |
596 | 601 |
| |
597 | 602 |
| |
598 | 603 |
| |
| |||
629 | 634 |
| |
630 | 635 |
| |
631 | 636 |
| |
| 637 | + | |
632 | 638 |
| |
633 | 639 |
| |
634 | 640 |
| |
| |||
646 | 652 |
| |
647 | 653 |
| |
648 | 654 |
| |
649 |
| - | |
| 655 | + | |
650 | 656 |
| |
651 | 657 |
| |
652 | 658 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
| 879 | + | |
| 880 | + | |
| 881 | + | |
879 | 882 |
| |
880 | 883 |
| |
881 | 884 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
| 740 | + | |
740 | 741 |
| |
741 | 742 |
| |
742 | 743 |
| |
|
Diff for: compiler/rustc_mir_transform/src/lib.rs
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
229 | 232 |
| |
230 | 233 |
| |
231 | 234 |
| |
|
0 commit comments