File tree
7 files changed
+28
-5
lines changed- compiler
- rustc_feature/src
- rustc_span/src
- src
- librustdoc/clean
- test/rustdoc
7 files changed
+28
-5
lines changedDiff for: compiler/rustc_feature/src/active.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
| 691 | + | |
| 692 | + | |
| 693 | + | |
691 | 694 |
| |
692 | 695 |
| |
693 | 696 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
| 552 | + | |
552 | 553 |
| |
553 | 554 |
| |
554 | 555 |
| |
|
Diff for: src/librustdoc/clean/types.rs
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
789 | 789 |
| |
790 | 790 |
| |
791 | 791 |
| |
| 792 | + | |
792 | 793 |
| |
793 | 794 |
| |
794 | 795 |
| |
| |||
799 | 800 |
| |
800 | 801 |
| |
801 | 802 |
| |
802 |
| - | |
| 803 | + | |
803 | 804 |
| |
804 | 805 |
| |
805 | 806 |
| |
806 | 807 |
| |
807 | 808 |
| |
808 | 809 |
| |
809 |
| - | |
| 810 | + | |
810 | 811 |
| |
811 | 812 |
| |
812 | 813 |
| |
813 |
| - | |
| 814 | + | |
814 | 815 |
| |
815 | 816 |
| |
816 | 817 |
| |
817 | 818 |
| |
818 | 819 |
| |
819 | 820 |
| |
| 821 | + | |
| 822 | + | |
820 | 823 |
| |
821 | 824 |
| |
822 | 825 |
| |
|
Diff for: src/test/rustdoc/doc-auto-cfg.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Diff for: src/test/rustdoc/doc-cfg-hide.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Diff for: src/test/rustdoc/doc-cfg-implicit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
0 commit comments