File tree
10 files changed
+16
-22
lines changed- compiler
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_infer/src/infer/error_reporting/nice_region_error
- rustc_middle/src
- hir/map
- query
- ty
- rustc_typeck/src/coherence
- src/librustdoc/passes
10 files changed
+16
-22
lines changedDiff for: compiler/rustc_ast_lowering/src/item.rs
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
400 |
| - | |
401 | 399 |
| |
402 | 400 |
| |
403 | 401 |
| |
| |||
411 | 409 |
| |
412 | 410 |
| |
413 | 411 |
| |
414 |
| - | |
| 412 | + | |
415 | 413 |
| |
416 | 414 |
| |
417 |
| - | |
| 415 | + | |
418 | 416 |
| |
419 | 417 |
| |
420 | 418 |
| |
| |||
426 | 424 |
| |
427 | 425 |
| |
428 | 426 |
| |
429 |
| - | |
| 427 | + | |
430 | 428 |
| |
431 | 429 |
| |
432 | 430 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
661 |
| - | |
| 661 | + | |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
365 |
| - | |
| 364 | + | |
366 | 365 |
| |
367 | 366 |
| |
368 | 367 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
| 452 | + | |
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
|
Diff for: compiler/rustc_middle/src/query/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
959 |
| - | |
| 959 | + | |
960 | 960 |
| |
961 | 961 |
| |
962 | 962 |
| |
|
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
| |||
201 | 200 |
| |
202 | 201 |
| |
203 | 202 |
| |
204 |
| - | |
| 203 | + | |
205 | 204 |
| |
206 | 205 |
| |
207 | 206 |
| |
| |||
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
232 |
| - | |
233 |
| - | |
| 231 | + | |
| 232 | + | |
234 | 233 |
| |
235 | 234 |
| |
236 | 235 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
| 41 | + | |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
176 |
| - | |
| 175 | + | |
177 | 176 |
| |
178 | 177 |
| |
179 | 178 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments