|
1 | 1 | error[E0720]: opaque type expands to a recursive type
|
2 |
| - --> $DIR/recursive-impl-trait-type.rs:6:22 |
| 2 | + --> $DIR/recursive-impl-trait-type-indirect.rs:6:22 |
3 | 3 | |
|
4 | 4 | LL | fn option(i: i32) -> impl Sized {
|
5 | 5 | | ^^^^^^^^^^ expands to a recursive type
|
6 | 6 | |
|
7 | 7 | = note: expanded type is `std::option::Option<(impl Sized, i32)>`
|
8 | 8 |
|
9 | 9 | error[E0720]: opaque type expands to a recursive type
|
10 |
| - --> $DIR/recursive-impl-trait-type.rs:14:15 |
| 10 | + --> $DIR/recursive-impl-trait-type-indirect.rs:14:15 |
11 | 11 | |
|
12 | 12 | LL | fn tuple() -> impl Sized {
|
13 | 13 | | ^^^^^^^^^^ expands to a recursive type
|
14 | 14 | |
|
15 | 15 | = note: expanded type is `(impl Sized,)`
|
16 | 16 |
|
17 | 17 | error[E0720]: opaque type expands to a recursive type
|
18 |
| - --> $DIR/recursive-impl-trait-type.rs:18:15 |
| 18 | + --> $DIR/recursive-impl-trait-type-indirect.rs:18:15 |
19 | 19 | |
|
20 | 20 | LL | fn array() -> impl Sized {
|
21 | 21 | | ^^^^^^^^^^ expands to a recursive type
|
22 | 22 | |
|
23 | 23 | = note: expanded type is `[impl Sized; 1]`
|
24 | 24 |
|
25 | 25 | error[E0720]: opaque type expands to a recursive type
|
26 |
| - --> $DIR/recursive-impl-trait-type.rs:22:13 |
| 26 | + --> $DIR/recursive-impl-trait-type-indirect.rs:22:13 |
27 | 27 | |
|
28 | 28 | LL | fn ptr() -> impl Sized {
|
29 | 29 | | ^^^^^^^^^^ expands to a recursive type
|
30 | 30 | |
|
31 | 31 | = note: expanded type is `*const impl Sized`
|
32 | 32 |
|
33 | 33 | error[E0720]: opaque type expands to a recursive type
|
34 |
| - --> $DIR/recursive-impl-trait-type.rs:26:16 |
| 34 | + --> $DIR/recursive-impl-trait-type-indirect.rs:26:16 |
35 | 35 | |
|
36 | 36 | LL | fn fn_ptr() -> impl Sized {
|
37 | 37 | | ^^^^^^^^^^ expands to a recursive type
|
38 | 38 | |
|
39 | 39 | = note: expanded type is `fn() -> impl Sized`
|
40 | 40 |
|
41 | 41 | error[E0720]: opaque type expands to a recursive type
|
42 |
| - --> $DIR/recursive-impl-trait-type.rs:30:25 |
| 42 | + --> $DIR/recursive-impl-trait-type-indirect.rs:30:25 |
43 | 43 | |
|
44 | 44 | LL | fn closure_capture() -> impl Sized {
|
45 | 45 | | ^^^^^^^^^^ expands to a recursive type
|
46 | 46 | |
|
47 |
| - = note: expanded type is `[closure@$DIR/recursive-impl-trait-type.rs:32:5: 32:19 x:impl Sized]` |
| 47 | + = note: expanded type is `[closure@$DIR/recursive-impl-trait-type-indirect.rs:32:5: 32:19 x:impl Sized]` |
48 | 48 |
|
49 | 49 | error[E0720]: opaque type expands to a recursive type
|
50 |
| - --> $DIR/recursive-impl-trait-type.rs:35:29 |
| 50 | + --> $DIR/recursive-impl-trait-type-indirect.rs:35:29 |
51 | 51 | |
|
52 | 52 | LL | fn closure_ref_capture() -> impl Sized {
|
53 | 53 | | ^^^^^^^^^^ expands to a recursive type
|
54 | 54 | |
|
55 |
| - = note: expanded type is `[closure@$DIR/recursive-impl-trait-type.rs:37:5: 37:20 x:impl Sized]` |
| 55 | + = note: expanded type is `[closure@$DIR/recursive-impl-trait-type-indirect.rs:37:5: 37:20 x:impl Sized]` |
56 | 56 |
|
57 | 57 | error[E0720]: opaque type expands to a recursive type
|
58 |
| - --> $DIR/recursive-impl-trait-type.rs:40:21 |
| 58 | + --> $DIR/recursive-impl-trait-type-indirect.rs:40:21 |
59 | 59 | |
|
60 | 60 | LL | fn closure_sig() -> impl Sized {
|
61 | 61 | | ^^^^^^^^^^ expands to a recursive type
|
62 | 62 | |
|
63 |
| - = note: expanded type is `[closure@$DIR/recursive-impl-trait-type.rs:41:5: 41:21]` |
| 63 | + = note: expanded type is `[closure@$DIR/recursive-impl-trait-type-indirect.rs:41:5: 41:21]` |
64 | 64 |
|
65 | 65 | error[E0720]: opaque type expands to a recursive type
|
66 |
| - --> $DIR/recursive-impl-trait-type.rs:44:23 |
| 66 | + --> $DIR/recursive-impl-trait-type-indirect.rs:44:23 |
67 | 67 | |
|
68 | 68 | LL | fn generator_sig() -> impl Sized {
|
69 | 69 | | ^^^^^^^^^^ expands to a recursive type
|
70 | 70 | |
|
71 |
| - = note: expanded type is `[closure@$DIR/recursive-impl-trait-type.rs:45:5: 45:23]` |
| 71 | + = note: expanded type is `[closure@$DIR/recursive-impl-trait-type-indirect.rs:45:5: 45:23]` |
72 | 72 |
|
73 | 73 | error[E0720]: opaque type expands to a recursive type
|
74 |
| - --> $DIR/recursive-impl-trait-type.rs:48:27 |
| 74 | + --> $DIR/recursive-impl-trait-type-indirect.rs:48:27 |
75 | 75 | |
|
76 | 76 | LL | fn generator_capture() -> impl Sized {
|
77 | 77 | | ^^^^^^^^^^ expands to a recursive type
|
78 | 78 | |
|
79 |
| - = note: expanded type is `[generator@$DIR/recursive-impl-trait-type.rs:50:5: 50:26 x:impl Sized {()}]` |
| 79 | + = note: expanded type is `[generator@$DIR/recursive-impl-trait-type-indirect.rs:50:5: 50:26 x:impl Sized {()}]` |
80 | 80 |
|
81 | 81 | error[E0720]: opaque type expands to a recursive type
|
82 |
| - --> $DIR/recursive-impl-trait-type.rs:53:26 |
| 82 | + --> $DIR/recursive-impl-trait-type-indirect.rs:53:26 |
83 | 83 | |
|
84 | 84 | LL | fn substs_change<T>() -> impl Sized {
|
85 | 85 | | ^^^^^^^^^^ expands to a recursive type
|
86 | 86 | |
|
87 | 87 | = note: expanded type is `(impl Sized,)`
|
88 | 88 |
|
89 | 89 | error[E0720]: opaque type expands to a recursive type
|
90 |
| - --> $DIR/recursive-impl-trait-type.rs:57:24 |
| 90 | + --> $DIR/recursive-impl-trait-type-indirect.rs:57:24 |
91 | 91 | |
|
92 | 92 | LL | fn generator_hold() -> impl Sized {
|
93 | 93 | | ^^^^^^^^^^ expands to a recursive type
|
94 | 94 | |
|
95 |
| - = note: expanded type is `[generator@$DIR/recursive-impl-trait-type.rs:58:5: 62:6 {impl Sized, ()}]` |
| 95 | + = note: expanded type is `[generator@$DIR/recursive-impl-trait-type-indirect.rs:58:5: 62:6 {impl Sized, ()}]` |
96 | 96 |
|
97 | 97 | error[E0720]: opaque type expands to a recursive type
|
98 |
| - --> $DIR/recursive-impl-trait-type.rs:69:26 |
| 98 | + --> $DIR/recursive-impl-trait-type-indirect.rs:69:26 |
99 | 99 | |
|
100 | 100 | LL | fn mutual_recursion() -> impl Sync {
|
101 | 101 | | ^^^^^^^^^ expands to a recursive type
|
102 | 102 | |
|
103 | 103 | = note: type resolves to itself
|
104 | 104 |
|
105 | 105 | error[E0720]: opaque type expands to a recursive type
|
106 |
| - --> $DIR/recursive-impl-trait-type.rs:73:28 |
| 106 | + --> $DIR/recursive-impl-trait-type-indirect.rs:73:28 |
107 | 107 | |
|
108 | 108 | LL | fn mutual_recursion_b() -> impl Sized {
|
109 | 109 | | ^^^^^^^^^^ expands to a recursive type
|
|
0 commit comments