File tree
4 files changed
+9
-12
lines changed- compiler
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_middle/src/ty
- src/librustdoc/clean
4 files changed
+9
-12
lines changedDiff for: compiler/rustc_ast_lowering/src/lib.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1431 | 1431 |
| |
1432 | 1432 |
| |
1433 | 1433 |
| |
1434 |
| - | |
1435 |
| - | |
1436 |
| - | |
1437 |
| - | |
1438 |
| - | |
1439 |
| - | |
1440 | 1434 |
| |
1441 | 1435 |
| |
1442 | 1436 |
| |
| |||
1447 | 1441 |
| |
1448 | 1442 |
| |
1449 | 1443 |
| |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
|
Diff for: compiler/rustc_hir/src/definitions.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 |
| - | |
| 281 | + | |
| 282 | + | |
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2214 | 2214 |
| |
2215 | 2215 |
| |
2216 | 2216 |
| |
2217 |
| - | |
2218 |
| - | |
2219 |
| - | |
2220 |
| - | |
2221 | 2217 |
| |
2222 | 2218 |
| |
2223 | 2219 |
| |
|
Diff for: src/librustdoc/clean/utils.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
|
0 commit comments