File tree
13 files changed
+118
-144
lines changed- compiler
- rustc_ast/src
- rustc_parse
- src
- parser
- tests/ui
- parser/attribute
- proc-macro
13 files changed
+118
-144
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
975 | 975 |
| |
976 | 976 |
| |
977 | 977 |
| |
978 |
| - | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
979 | 981 |
| |
980 | 982 |
| |
981 | 983 |
| |
|
Diff for: compiler/rustc_parse/messages.ftl
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| 136 | + | |
| 137 | + | |
136 | 138 |
| |
137 | 139 |
| |
138 | 140 |
| |
|
Diff for: compiler/rustc_parse/src/errors.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2990 | 2990 |
| |
2991 | 2991 |
| |
2992 | 2992 |
| |
| 2993 | + | |
| 2994 | + | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
| 2999 | + |
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 |
| |
181 | 185 |
| |
182 | 186 |
| |
|
+10-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2499 | 2499 |
| |
2500 | 2500 |
| |
2501 | 2501 |
| |
2502 |
| - | |
| 2502 | + | |
| 2503 | + | |
2503 | 2504 |
| |
2504 | 2505 |
| |
2505 | 2506 |
| |
| |||
2621 | 2622 |
| |
2622 | 2623 |
| |
2623 | 2624 |
| |
2624 |
| - | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
2625 | 2629 |
| |
2626 | 2630 |
| |
2627 | 2631 |
| |
| |||
2675 | 2679 |
| |
2676 | 2680 |
| |
2677 | 2681 |
| |
2678 |
| - | |
| 2682 | + | |
| 2683 | + | |
| 2684 | + | |
| 2685 | + | |
2679 | 2686 |
| |
2680 | 2687 |
| |
2681 | 2688 |
| |
|
0 commit comments