File tree
6 files changed
+18
-17
lines changed- compiler
- rustc_errors/src
- rustc_hir_typeck/src
- rustc_parse/src/parser
- tests/ui
- parser
- suggestions
6 files changed
+18
-17
lines changedDiff for: compiler/rustc_errors/src/lib.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
579 | 583 |
| |
580 | 584 |
| |
581 | 585 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/expr.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3055 | 3055 |
| |
3056 | 3056 |
| |
3057 | 3057 |
| |
3058 |
| - | |
| 3058 | + | |
| 3059 | + | |
3059 | 3060 |
| |
3060 | 3061 |
| |
3061 | 3062 |
| |
|
Diff for: compiler/rustc_parse/src/parser/expr.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1369 | 1369 |
| |
1370 | 1370 |
| |
1371 | 1371 |
| |
| 1372 | + | |
1372 | 1373 |
| |
1373 |
| - | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
1374 | 1378 |
| |
1375 | 1379 |
| |
1376 |
| - | |
1377 | 1380 |
| |
1378 | 1381 |
| |
1379 | 1382 |
| |
|
Diff for: tests/ui/parser/bad-name.stderr
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 | 2 |
| |
9 | 3 |
| |
| |||
18 | 12 |
| |
19 | 13 |
| |
20 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
|
+1-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 | 2 |
| |
9 | 3 |
| |
| |||
15 | 9 |
| |
16 | 10 |
| |
17 | 11 |
| |
18 |
| - | |
| 12 | + | |
19 | 13 |
| |
20 | 14 |
|
0 commit comments