File tree
4 files changed
+28
-3
lines changed- compiler
- rustc_ast_lowering/src
- rustc_middle/src
- hir
- ty
- tests/incremental
4 files changed
+28
-3
lines changedDiff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
| 626 | + | |
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
|
Diff for: compiler/rustc_middle/src/hir/mod.rs
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
| |||
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 |
| |
172 | 177 |
| |
173 | 178 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 |
| - | |
| 1291 | + | |
| 1292 | + | |
1292 | 1293 |
| |
1293 | 1294 |
| |
1294 | 1295 |
| |
|
Diff for: tests/incremental/define-opaques.rs
+19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments