File tree
11 files changed
+21
-0
lines changed- src
- librustc
- hir
- ich
- librustc_allocator
- libsyntax
- ext
- libsyntax_ext
- libsyntax_pos
11 files changed
+21
-0
lines changedDiff for: src/librustc/hir/lowering.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
| 655 | + | |
655 | 656 |
| |
656 | 657 |
| |
657 | 658 |
| |
|
Diff for: src/librustc/ich/impls_syntax.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
| 398 | + | |
398 | 399 |
| |
399 | 400 |
| |
400 | 401 |
| |
|
Diff for: src/librustc_allocator/expand.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
|
Diff for: src/libsyntax/ext/derive.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
|
Diff for: src/libsyntax/ext/expand.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| 571 | + | |
571 | 572 |
| |
572 | 573 |
| |
573 | 574 |
| |
| |||
757 | 758 |
| |
758 | 759 |
| |
759 | 760 |
| |
| 761 | + | |
760 | 762 |
| |
761 | 763 |
| |
762 | 764 |
| |
| |||
808 | 810 |
| |
809 | 811 |
| |
810 | 812 |
| |
| 813 | + | |
811 | 814 |
| |
812 | 815 |
| |
813 | 816 |
| |
| |||
849 | 852 |
| |
850 | 853 |
| |
851 | 854 |
| |
| 855 | + | |
852 | 856 |
| |
853 | 857 |
| |
854 | 858 |
| |
| |||
924 | 928 |
| |
925 | 929 |
| |
926 | 930 |
| |
| 931 | + | |
927 | 932 |
| |
928 | 933 |
| |
929 | 934 |
| |
|
Diff for: src/libsyntax/std_inject.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
Diff for: src/libsyntax/test.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
| 297 | + | |
297 | 298 |
| |
298 | 299 |
| |
299 | 300 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
| 361 | + | |
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
|
Diff for: src/libsyntax_ext/test.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
|
Diff for: src/libsyntax_ext/test_case.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
|
Diff for: src/libsyntax_pos/hygiene.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
537 | 542 |
| |
538 | 543 |
| |
539 | 544 |
| |
| |||
558 | 563 |
| |
559 | 564 |
| |
560 | 565 |
| |
| 566 | + | |
| 567 | + | |
561 | 568 |
| |
562 | 569 |
| |
563 | 570 |
| |
|
0 commit comments