@@ -12,7 +12,7 @@ LL | type Item<'a, T>;
12
12
help: add missing lifetime argument
13
13
|
14
14
LL | <Self as SVec>::Item<'a>,
15
- | ~~~~~~~~
15
+ | ++++
16
16
17
17
error[E0107]: missing generics for associated type `SVec::Item`
18
18
--> $DIR/issue-105742.rs:13:21
@@ -28,7 +28,7 @@ LL | type Item<'a, T>;
28
28
help: add missing generic argument
29
29
|
30
30
LL | <Self as SVec>::Item<T>,
31
- | ~~~~~~~
31
+ | +++
32
32
33
33
error[E0107]: missing generics for associated type `SVec::Item`
34
34
--> $DIR/issue-105742.rs:18:37
@@ -44,7 +44,7 @@ LL | type Item<'a, T>;
44
44
help: add missing lifetime argument
45
45
|
46
46
LL | Output = <Index<<Self as SVec>::Item<'a>,
47
- | ~~~~~~~~
47
+ | ++++
48
48
49
49
error[E0107]: missing generics for associated type `SVec::Item`
50
50
--> $DIR/issue-105742.rs:18:37
@@ -60,7 +60,7 @@ LL | type Item<'a, T>;
60
60
help: add missing generic argument
61
61
|
62
62
LL | Output = <Index<<Self as SVec>::Item<T>,
63
- | ~~~~~~~
63
+ | +++
64
64
65
65
error[E0107]: missing generics for associated type `SVec::Item`
66
66
--> $DIR/issue-105742.rs:23:30
@@ -76,7 +76,7 @@ LL | type Item<'a, T>;
76
76
help: add missing lifetime argument
77
77
|
78
78
LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
79
- | ~~~~~~~~
79
+ | ++++
80
80
81
81
error[E0107]: missing generics for associated type `SVec::Item`
82
82
--> $DIR/issue-105742.rs:23:30
@@ -92,7 +92,7 @@ LL | type Item<'a, T>;
92
92
help: add missing generic argument
93
93
|
94
94
LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
95
- | ~~~~~~~
95
+ | +++
96
96
97
97
error[E0107]: missing generics for associated type `SVec::Item`
98
98
--> $DIR/issue-105742.rs:23:46
@@ -108,7 +108,7 @@ LL | type Item<'a, T>;
108
108
help: add missing lifetime argument
109
109
|
110
110
LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
111
- | ~~~~~~~~
111
+ | ++++
112
112
113
113
error[E0107]: missing generics for associated type `SVec::Item`
114
114
--> $DIR/issue-105742.rs:23:46
@@ -124,7 +124,7 @@ LL | type Item<'a, T>;
124
124
help: add missing generic argument
125
125
|
126
126
LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
127
- | ~~~~~~~
127
+ | +++
128
128
129
129
error[E0107]: missing generics for associated type `SVec::Item`
130
130
--> $DIR/issue-105742.rs:5:40
@@ -140,7 +140,7 @@ LL | type Item<'a, T>;
140
140
help: add missing lifetime argument
141
141
|
142
142
LL | pub fn next<'a, T>(s: &'a mut dyn SVec<Item<'_> = T, Output = T>) {
143
- | ~~~~~~~~
143
+ | ++++
144
144
145
145
error[E0107]: missing generics for associated type `SVec::Item`
146
146
--> $DIR/issue-105742.rs:5:40
@@ -156,7 +156,7 @@ LL | type Item<'a, T>;
156
156
help: add missing generic argument
157
157
|
158
158
LL | pub fn next<'a, T>(s: &'a mut dyn SVec<Item<T> = T, Output = T>) {
159
- | ~~~~~~~
159
+ | +++
160
160
161
161
error[E0107]: missing generics for associated type `SVec::Item`
162
162
--> $DIR/issue-105742.rs:13:21
@@ -172,7 +172,7 @@ LL | type Item<'a, T>;
172
172
help: add missing lifetime argument
173
173
|
174
174
LL | <Self as SVec>::Item<'a>,
175
- | ~~~~~~~~
175
+ | ++++
176
176
177
177
error[E0107]: missing generics for associated type `SVec::Item`
178
178
--> $DIR/issue-105742.rs:13:21
@@ -188,7 +188,7 @@ LL | type Item<'a, T>;
188
188
help: add missing generic argument
189
189
|
190
190
LL | <Self as SVec>::Item<T>,
191
- | ~~~~~~~
191
+ | +++
192
192
193
193
error[E0107]: missing generics for associated type `SVec::Item`
194
194
--> $DIR/issue-105742.rs:18:37
@@ -204,7 +204,7 @@ LL | type Item<'a, T>;
204
204
help: add missing lifetime argument
205
205
|
206
206
LL | Output = <Index<<Self as SVec>::Item<'a>,
207
- | ~~~~~~~~
207
+ | ++++
208
208
209
209
error[E0107]: missing generics for associated type `SVec::Item`
210
210
--> $DIR/issue-105742.rs:18:37
@@ -220,7 +220,7 @@ LL | type Item<'a, T>;
220
220
help: add missing generic argument
221
221
|
222
222
LL | Output = <Index<<Self as SVec>::Item<T>,
223
- | ~~~~~~~
223
+ | +++
224
224
225
225
error[E0107]: missing generics for associated type `SVec::Item`
226
226
--> $DIR/issue-105742.rs:23:30
@@ -236,7 +236,7 @@ LL | type Item<'a, T>;
236
236
help: add missing lifetime argument
237
237
|
238
238
LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
239
- | ~~~~~~~~
239
+ | ++++
240
240
241
241
error[E0107]: missing generics for associated type `SVec::Item`
242
242
--> $DIR/issue-105742.rs:23:30
@@ -252,7 +252,7 @@ LL | type Item<'a, T>;
252
252
help: add missing generic argument
253
253
|
254
254
LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
255
- | ~~~~~~~
255
+ | +++
256
256
257
257
error[E0107]: missing generics for associated type `SVec::Item`
258
258
--> $DIR/issue-105742.rs:23:46
@@ -268,7 +268,7 @@ LL | type Item<'a, T>;
268
268
help: add missing lifetime argument
269
269
|
270
270
LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
271
- | ~~~~~~~~
271
+ | ++++
272
272
273
273
error[E0107]: missing generics for associated type `SVec::Item`
274
274
--> $DIR/issue-105742.rs:23:46
@@ -284,7 +284,7 @@ LL | type Item<'a, T>;
284
284
help: add missing generic argument
285
285
|
286
286
LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
287
- | ~~~~~~~
287
+ | +++
288
288
289
289
error[E0038]: the trait `SVec` cannot be made into an object
290
290
--> $DIR/issue-105742.rs:5:31
@@ -329,7 +329,7 @@ LL | type Item<'a, T>;
329
329
help: add missing lifetime argument
330
330
|
331
331
LL | fn len(&self) -> <Self as SVec>::Item<'_>;
332
- | ~~~~~~~~
332
+ | ++++
333
333
334
334
error[E0107]: missing generics for associated type `SVec::Item`
335
335
--> $DIR/issue-105742.rs:35:38
@@ -345,7 +345,7 @@ LL | type Item<'a, T>;
345
345
help: add missing generic argument
346
346
|
347
347
LL | fn len(&self) -> <Self as SVec>::Item<T>;
348
- | ~~~~~~~
348
+ | +++
349
349
350
350
error[E0107]: missing generics for associated type `SVec::Item`
351
351
--> $DIR/issue-105742.rs:35:38
@@ -361,7 +361,7 @@ LL | type Item<'a, T>;
361
361
help: add missing lifetime argument
362
362
|
363
363
LL | fn len(&self) -> <Self as SVec>::Item<'_>;
364
- | ~~~~~~~~
364
+ | ++++
365
365
366
366
error[E0107]: missing generics for associated type `SVec::Item`
367
367
--> $DIR/issue-105742.rs:35:38
@@ -377,7 +377,7 @@ LL | type Item<'a, T>;
377
377
help: add missing generic argument
378
378
|
379
379
LL | fn len(&self) -> <Self as SVec>::Item<T>;
380
- | ~~~~~~~
380
+ | +++
381
381
382
382
error: aborting due to 23 previous errors
383
383
0 commit comments