File tree
8 files changed
+11
-21
lines changed- compiler
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_hir_pretty/src
- src
- librustdoc/clean
- test/incremental/hashes
- tools/clippy/clippy_lints/src/utils
8 files changed
+11
-21
lines changedDiff for: compiler/rustc_ast_lowering/src/item.rs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
897 |
| - | |
898 |
| - | |
899 |
| - | |
900 | 897 |
| |
901 | 898 |
| |
902 | 899 |
| |
903 | 900 |
| |
904 | 901 |
| |
905 | 902 |
| |
906 | 903 |
| |
907 |
| - | |
908 | 904 |
| |
909 | 905 |
| |
910 | 906 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2112 | 2112 |
| |
2113 | 2113 |
| |
2114 | 2114 |
| |
2115 |
| - | |
2116 | 2115 |
| |
2117 | 2116 |
| |
2118 | 2117 |
| |
| |||
3310 | 3309 |
| |
3311 | 3310 |
| |
3312 | 3311 |
| |
3313 |
| - | |
| 3312 | + | |
3314 | 3313 |
| |
3315 | 3314 |
|
Diff for: compiler/rustc_hir/src/intravisit.rs
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 |
| - | |
1024 |
| - | |
| 1023 | + | |
1025 | 1024 |
| |
1026 | 1025 |
| |
1027 | 1026 |
| |
1028 |
| - | |
1029 | 1027 |
| |
1030 | 1028 |
| |
1031 | 1029 |
| |
|
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
168 |
| - | |
| 167 | + | |
169 | 168 |
| |
170 | 169 |
| |
171 | 170 |
| |
172 | 171 |
| |
173 |
| - | |
174 | 172 |
| |
175 | 173 |
| |
176 | 174 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
926 |
| - | |
927 | 926 |
| |
928 | 927 |
| |
929 | 928 |
| |
|
Diff for: src/librustdoc/clean/mod.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1015 | 1015 |
| |
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 |
| - | |
| 1018 | + | |
| 1019 | + | |
1019 | 1020 |
| |
1020 | 1021 |
| |
1021 | 1022 |
| |
|
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 |
| |
365 | 367 |
| |
366 | 368 |
| |
| |||
369 | 371 |
| |
370 | 372 |
| |
371 | 373 |
| |
372 |
| - | |
| 374 | + | |
373 | 375 |
| |
374 |
| - | |
| 376 | + | |
375 | 377 |
| |
376 | 378 |
| |
377 | 379 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 | 57 |
| |
61 | 58 |
| |
62 | 59 |
| |
|
0 commit comments