File tree
10 files changed
+21
-32
lines changed- compiler
- rustc_middle/src/ty
- print
- rustc_privacy/src
- rustc_trait_selection/src/traits
- rustc_typeck/src
- check
- method
- impl_wf_check
- src
- librustdoc/clean
- tools/clippy/clippy_lints/src/methods
10 files changed
+21
-32
lines changed+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
905 | 905 |
| |
906 | 906 |
| |
907 | 907 |
| |
908 |
| - | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
909 | 915 |
| |
910 | 916 |
| |
911 | 917 |
| |
|
Diff for: compiler/rustc_middle/src/ty/sty.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1580 | 1580 |
| |
1581 | 1581 |
| |
1582 | 1582 |
| |
1583 |
| - | |
1584 |
| - | |
1585 |
| - | |
1586 |
| - | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
1587 | 1586 |
| |
1588 | 1587 |
| |
1589 | 1588 |
| |
|
Diff for: compiler/rustc_privacy/src/lib.rs
+2-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
| 131 | + | |
135 | 132 |
| |
136 | 133 |
| |
137 | 134 |
| |
| |||
1189 | 1186 |
| |
1190 | 1187 |
| |
1191 | 1188 |
| |
1192 |
| - | |
1193 |
| - | |
1194 |
| - | |
1195 |
| - | |
| 1189 | + | |
1196 | 1190 |
| |
1197 | 1191 |
| |
1198 | 1192 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
783 |
| - | |
| 782 | + | |
784 | 783 |
| |
785 | 784 |
| |
786 | 785 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
712 |
| - | |
| 712 | + | |
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
|
+3-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
789 | 789 |
| |
790 | 790 |
| |
791 | 791 |
| |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
| 792 | + | |
796 | 793 |
| |
797 |
| - | |
798 |
| - | |
| 794 | + | |
| 795 | + | |
799 | 796 |
| |
800 | 797 |
| |
801 | 798 |
| |
|
Diff for: compiler/rustc_typeck/src/check/mod.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 |
| - | |
698 |
| - | |
699 |
| - | |
700 |
| - | |
| 697 | + | |
701 | 698 |
| |
702 | 699 |
| |
703 | 700 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
Diff for: src/librustdoc/clean/types.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1309 | 1309 |
| |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 |
| - | |
1313 |
| - | |
1314 |
| - | |
1315 |
| - | |
| 1312 | + | |
1316 | 1313 |
| |
1317 | 1314 |
| |
1318 | 1315 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2143 | 2143 |
| |
2144 | 2144 |
| |
2145 | 2145 |
| |
2146 |
| - | |
| 2146 | + | |
2147 | 2147 |
| |
2148 | 2148 |
| |
2149 | 2149 |
| |
|
0 commit comments