File tree
7 files changed
+57
-0
lines changed- src
- librustc
- infer/error_reporting
- ty
- librustc_typeck/check
- test/ui
7 files changed
+57
-0
lines changed+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1636 | 1636 |
| |
1637 | 1637 |
| |
1638 | 1638 |
| |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
1639 | 1642 |
| |
1640 | 1643 |
| |
1641 | 1644 |
| |
|
Diff for: src/librustc/ty/error.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
| |||
179 | 181 |
| |
180 | 182 |
| |
181 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
182 | 187 |
| |
183 | 188 |
| |
184 | 189 |
| |
|
Diff for: src/librustc/ty/structural_impls.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
| 751 | + | |
751 | 752 |
| |
752 | 753 |
| |
753 | 754 |
| |
| |||
1338 | 1339 |
| |
1339 | 1340 |
| |
1340 | 1341 |
| |
| 1342 | + | |
1341 | 1343 |
| |
1342 | 1344 |
| |
1343 | 1345 |
| |
|
Diff for: src/librustc_typeck/check/cast.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
461 | 462 |
| |
462 | 463 |
| |
463 | 464 |
| |
| 465 | + | |
| 466 | + | |
| 467 | + | |
464 | 468 |
| |
465 | 469 |
| |
466 | 470 |
| |
|
Diff for: src/librustc_typeck/check/coercion.rs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| |||
689 | 690 |
| |
690 | 691 |
| |
691 | 692 |
| |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
692 | 698 |
| |
693 | 699 |
| |
694 | 700 |
| |
|
Diff for: src/test/ui/reify-intrinsic.rs
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
Diff for: src/test/ui/reify-intrinsic.stderr
+22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
0 commit comments