This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
46 files changed
+165
-86
lines changed- compiler
- rustc_feature/src
- rustc_mir_build/src/build/expr
- rustc_mir/src/borrow_check/type_check
- rustc_span/src
- rustc_trait_selection/src/traits/error_reporting
- rustc_typeck/src/check
- library
- alloc/src
- core/src
- src/test
- run-pass-valgrind/unsized-locals
- ui
- async-await
- closures
- error-codes
- feature-gates
- fn
- issues
- methods
- resolve
- suggestions
- traits
- unsized-locals
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+165
-86
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
610 | 613 |
| |
611 | 614 |
| |
612 | 615 |
| |
|
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 | 1458 |
| |
1459 |
| - | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
1460 | 1462 |
| |
1461 | 1463 |
| |
1462 | 1464 |
| |
| |||
1717 | 1719 |
| |
1718 | 1720 |
| |
1719 | 1721 |
| |
1720 |
| - | |
| 1722 | + | |
1721 | 1723 |
| |
1722 |
| - | |
| 1724 | + | |
1723 | 1725 |
| |
1724 | 1726 |
| |
1725 | 1727 |
| |
| |||
1880 | 1882 |
| |
1881 | 1883 |
| |
1882 | 1884 |
| |
1883 |
| - | |
| 1885 | + | |
1884 | 1886 |
| |
1885 |
| - | |
| 1887 | + | |
1886 | 1888 |
| |
1887 | 1889 |
| |
1888 | 1890 |
| |
| |||
2024 | 2026 |
| |
2025 | 2027 |
| |
2026 | 2028 |
| |
2027 |
| - | |
| 2029 | + | |
2028 | 2030 |
| |
2029 | 2031 |
| |
2030 | 2032 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1161 | 1161 |
| |
1162 | 1162 |
| |
1163 | 1163 |
| |
| 1164 | + | |
1164 | 1165 |
| |
1165 | 1166 |
| |
1166 | 1167 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 | 1847 |
| |
1848 |
| - | |
| 1848 | + | |
1849 | 1849 |
| |
1850 |
| - | |
| 1850 | + | |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 | 1853 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
|
Lines changed: 28 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
16 |
| - | |
17 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 |
| |
19 | 27 |
| |
20 | 28 |
| |
| |||
88 | 96 |
| |
89 | 97 |
| |
90 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
91 | 105 |
| |
92 | 106 |
| |
93 | 107 |
| |
94 | 108 |
| |
95 | 109 |
| |
96 |
| - | |
97 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
98 | 122 |
| |
99 | 123 |
| |
100 | 124 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 |
| - | |
| 556 | + | |
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
|
0 commit comments