File tree
7 files changed
+9
-5
lines changed- src
- librustc/ty
- librustc_driver
- librustc_resolve
- librustc_typeck
- librustdoc
7 files changed
+9
-5
lines changedDiff for: src/librustc/ty/context.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
939 |
| - | |
940 | 939 |
| |
| 940 | + | |
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
| |||
1223 | 1223 |
| |
1224 | 1224 |
| |
1225 | 1225 |
| |
| 1226 | + | |
1226 | 1227 |
| |
1227 | 1228 |
| |
1228 | 1229 |
| |
|
Diff for: src/librustc/ty/item_path.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
|
Diff for: src/librustc/ty/mod.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
|
Diff for: src/librustc_driver/driver.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
| 793 | + | |
793 | 794 |
| |
794 | 795 |
| |
795 | 796 |
| |
|
Diff for: src/librustc_resolve/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1360 | 1360 |
| |
1361 | 1361 |
| |
1362 | 1362 |
| |
1363 |
| - | |
| 1363 | + | |
1364 | 1364 |
| |
1365 | 1365 |
| |
1366 | 1366 |
| |
|
Diff for: src/librustc_typeck/check_unused.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
Diff for: src/librustdoc/core.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
| 477 | + | |
477 | 478 |
| |
478 | 479 |
| |
479 | 480 |
| |
|
0 commit comments