File tree
13 files changed
+67
-5
lines changed- compiler
- rustc_ast/src
- rustc_builtin_macros/src
- deriving
- rustc_expand/src
- rustc_interface/src
- rustc_parse/src/parser
- rustc_resolve/src
- late
- src
- test
- ui/type/ascription
- ui-fulldeps
- tools/rustfmt/src
13 files changed
+67
-5
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
561 | 569 |
| |
562 | 570 |
| |
563 | 571 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
949 | 949 |
| |
950 | 950 |
| |
951 | 951 |
| |
952 |
| - | |
| 952 | + | |
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
| 870 | + | |
870 | 871 |
| |
871 | 872 |
| |
872 | 873 |
| |
|
Diff for: compiler/rustc_expand/src/build.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
200 | 201 |
| |
201 | 202 |
| |
202 | 203 |
| |
|
Diff for: compiler/rustc_interface/src/util.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
810 | 810 |
| |
811 | 811 |
| |
812 | 812 |
| |
| 813 | + | |
813 | 814 |
| |
814 | 815 |
| |
815 | 816 |
| |
|
+8-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
| 449 | + | |
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
453 |
| - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
454 | 456 |
| |
455 | 457 |
| |
456 | 458 |
| |
| |||
463 | 465 |
| |
464 | 466 |
| |
465 | 467 |
| |
466 |
| - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
467 | 472 |
| |
468 | 473 |
| |
469 | 474 |
| |
|
Diff for: compiler/rustc_parse/src/parser/stmt.rs
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 |
| - | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
578 | 585 |
| |
579 | 586 |
| |
580 | 587 |
| |
|
Diff for: compiler/rustc_resolve/src/late.rs
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
386 | 391 |
| |
387 | 392 |
| |
388 | 393 |
| |
| |||
1871 | 1876 |
| |
1872 | 1877 |
| |
1873 | 1878 |
| |
| 1879 | + | |
1874 | 1880 |
| |
1875 | 1881 |
| |
1876 | 1882 |
| |
| |||
2254 | 2260 |
| |
2255 | 2261 |
| |
2256 | 2262 |
| |
| 2263 | + | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
2257 | 2272 |
| |
2258 | 2273 |
| |
2259 | 2274 |
| |
| |||
2267 | 2282 |
| |
2268 | 2283 |
| |
2269 | 2284 |
| |
| 2285 | + | |
2270 | 2286 |
| |
2271 | 2287 |
| |
2272 | 2288 |
| |
|
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
210 | 220 |
| |
211 | 221 |
| |
212 | 222 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 |
| |
7 | 17 |
| |
8 | 18 |
| |
|
Diff for: src/tools/rustfmt/src/closures.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
|
0 commit comments