Commit 283c81f
File tree
Expand file treeCollapse file tree
33 files changed
+340
-100
lines changedFilter options
- compiler
- rustc_hir_analysis/src
- check
- impl_wf_check
- rustc_hir_typeck/src/fn_ctxt
- rustc_trait_selection/src/traits
- tests/ui
- associated-inherent-types
- auto-traits
- impl-trait
- in-trait
- infinite
- lazy-type-alias
- nll/relate_tys
- traits
- type-alias-impl-trait
Expand file treeCollapse file tree
33 files changed
+340
-100
lines changedcompiler/rustc_hir_analysis/src/check/compare_impl_item.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/src/check/compare_impl_item.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
396 |
| - |
| 396 | + |
397 | 397 |
|
398 | 398 |
|
399 | 399 |
|
|
compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
381 | 381 |
|
382 | 382 |
|
383 | 383 |
|
384 |
| - |
385 |
| - |
386 | 384 |
|
387 | 385 |
|
388 | 386 |
|
|
compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
43 | 51 |
|
44 | 52 |
|
45 | 53 |
|
|
compiler/rustc_trait_selection/src/traits/wf.rs
Copy file name to clipboardExpand all lines: compiler/rustc_trait_selection/src/traits/wf.rs+28-9Lines changed: 28 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
509 | 509 |
|
510 | 510 |
|
511 | 511 |
|
512 |
| - |
513 |
| - |
514 | 512 |
|
515 | 513 |
|
516 | 514 |
|
| ||
771 | 769 |
|
772 | 770 |
|
773 | 771 |
|
774 |
| - |
775 |
| - |
776 |
| - |
777 |
| - |
778 |
| - |
779 |
| - |
780 |
| - |
| 772 | + |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | + |
| 777 | + |
| 778 | + |
| 779 | + |
| 780 | + |
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
| 785 | + |
| 786 | + |
| 787 | + |
| 788 | + |
| 789 | + |
| 790 | + |
| 791 | + |
| 792 | + |
| 793 | + |
| 794 | + |
| 795 | + |
| 796 | + |
| 797 | + |
| 798 | + |
| 799 | + |
781 | 800 |
|
782 | 801 |
|
783 | 802 |
|
|
tests/ui/associated-inherent-types/normalization-overflow.stderr renamed to tests/ui/associated-inherent-types/normalization-overflow.current.stderr
Copy file name to clipboardExpand all lines: tests/ui/associated-inherent-types/normalization-overflow.current.stderr+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
tests/ui/associated-inherent-types/normalization-overflow.next.stderr
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
tests/ui/associated-inherent-types/normalization-overflow.rs
Copy file name to clipboard+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 |
|
2 | 5 |
|
3 | 6 |
|
| ||
6 | 9 |
|
7 | 10 |
|
8 | 11 |
|
9 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
tests/ui/auto-traits/assoc-ty.next.stderr
Copy file name to clipboardExpand all lines: tests/ui/auto-traits/assoc-ty.next.stderr+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
39 | 47 |
|
40 | 48 |
|
41 | 49 |
|
tests/ui/auto-traits/assoc-ty.rs
Copy file name to clipboardExpand all lines: tests/ui/auto-traits/assoc-ty.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
tests/ui/impl-trait/in-trait/alias-bounds-when-not-wf.stderr
Copy file name to clipboardExpand all lines: tests/ui/impl-trait/in-trait/alias-bounds-when-not-wf.stderr-5Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 | 21 |
|
27 | 22 |
|
28 | 23 |
|
|
tests/ui/impl-trait/recursive-in-exhaustiveness.current.stderr
Copy file name to clipboardExpand all lines: tests/ui/impl-trait/recursive-in-exhaustiveness.current.stderr+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
tests/ui/impl-trait/recursive-in-exhaustiveness.next.stderr
Copy file name to clipboardExpand all lines: tests/ui/impl-trait/recursive-in-exhaustiveness.next.stderr+23-7Lines changed: 23 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
13 | 21 |
|
14 | 22 |
|
15 | 23 |
|
| ||
26 | 34 |
|
27 | 35 |
|
28 | 36 |
|
29 |
| - |
| 37 | + |
30 | 38 |
|
31 | 39 |
|
32 | 40 |
|
33 | 41 |
|
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
34 | 50 |
|
35 |
| - |
| 51 | + |
36 | 52 |
|
37 | 53 |
|
38 | 54 |
|
| ||
41 | 57 |
|
42 | 58 |
|
43 | 59 |
|
44 |
| - |
| 60 | + |
45 | 61 |
|
46 | 62 |
|
47 | 63 |
|
| ||
53 | 69 |
|
54 | 70 |
|
55 | 71 |
|
56 |
| - |
| 72 | + |
57 | 73 |
|
58 | 74 |
|
59 | 75 |
|
60 | 76 |
|
61 | 77 |
|
62 | 78 |
|
63 | 79 |
|
64 |
| - |
| 80 | + |
65 | 81 |
|
66 | 82 |
|
67 | 83 |
|
68 | 84 |
|
69 | 85 |
|
70 |
| - |
| 86 | + |
71 | 87 |
|
72 | 88 |
|
73 | 89 |
|
74 | 90 |
|
75 | 91 |
|
76 | 92 |
|
77 |
| - |
| 93 | + |
78 | 94 |
|
79 | 95 |
|
80 | 96 |
|
tests/ui/impl-trait/recursive-in-exhaustiveness.rs
Copy file name to clipboardExpand all lines: tests/ui/impl-trait/recursive-in-exhaustiveness.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
|
tests/ui/infinite/infinite-type-alias-mutual-recursion.current_feature.stderr
Copy file name to clipboard+27Lines changed: 27 additions & 0 deletions
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 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
tests/ui/infinite/infinite-type-alias-mutual-recursion.current_gated.stderr
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
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 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
tests/ui/infinite/infinite-type-alias-mutual-recursion.next_feature.stderr
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
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 | + |
tests/ui/infinite/infinite-type-alias-mutual-recursion.next_gated.stderr
Copy file name to clipboard+30Lines changed: 30 additions & 0 deletions
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 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
0 commit comments