@@ -12,7 +12,7 @@ LL | type Item<'a, T>;
1212help: add missing lifetime argument
1313 |
1414LL | <Self as SVec>::Item<'a>,
15- | ~~~~~~~~
15+ | ++++
1616
1717error[E0107]: missing generics for associated type `SVec::Item`
1818 --> $DIR/issue-105742.rs:13:21
@@ -28,7 +28,7 @@ LL | type Item<'a, T>;
2828help: add missing generic argument
2929 |
3030LL | <Self as SVec>::Item<T>,
31- | ~~~~~~~
31+ | +++
3232
3333error[E0107]: missing generics for associated type `SVec::Item`
3434 --> $DIR/issue-105742.rs:18:37
@@ -44,7 +44,7 @@ LL | type Item<'a, T>;
4444help: add missing lifetime argument
4545 |
4646LL | Output = <Index<<Self as SVec>::Item<'a>,
47- | ~~~~~~~~
47+ | ++++
4848
4949error[E0107]: missing generics for associated type `SVec::Item`
5050 --> $DIR/issue-105742.rs:18:37
@@ -60,7 +60,7 @@ LL | type Item<'a, T>;
6060help: add missing generic argument
6161 |
6262LL | Output = <Index<<Self as SVec>::Item<T>,
63- | ~~~~~~~
63+ | +++
6464
6565error[E0107]: missing generics for associated type `SVec::Item`
6666 --> $DIR/issue-105742.rs:23:30
@@ -76,7 +76,7 @@ LL | type Item<'a, T>;
7676help: add missing lifetime argument
7777 |
7878LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
79- | ~~~~~~~~
79+ | ++++
8080
8181error[E0107]: missing generics for associated type `SVec::Item`
8282 --> $DIR/issue-105742.rs:23:30
@@ -92,7 +92,7 @@ LL | type Item<'a, T>;
9292help: add missing generic argument
9393 |
9494LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
95- | ~~~~~~~
95+ | +++
9696
9797error[E0107]: missing generics for associated type `SVec::Item`
9898 --> $DIR/issue-105742.rs:23:46
@@ -108,7 +108,7 @@ LL | type Item<'a, T>;
108108help: add missing lifetime argument
109109 |
110110LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
111- | ~~~~~~~~
111+ | ++++
112112
113113error[E0107]: missing generics for associated type `SVec::Item`
114114 --> $DIR/issue-105742.rs:23:46
@@ -124,7 +124,7 @@ LL | type Item<'a, T>;
124124help: add missing generic argument
125125 |
126126LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
127- | ~~~~~~~
127+ | +++
128128
129129error[E0107]: missing generics for associated type `SVec::Item`
130130 --> $DIR/issue-105742.rs:5:40
@@ -140,7 +140,7 @@ LL | type Item<'a, T>;
140140help: add missing lifetime argument
141141 |
142142LL | pub fn next<'a, T>(s: &'a mut dyn SVec<Item<'_> = T, Output = T>) {
143- | ~~~~~~~~
143+ | ++++
144144
145145error[E0107]: missing generics for associated type `SVec::Item`
146146 --> $DIR/issue-105742.rs:5:40
@@ -156,7 +156,7 @@ LL | type Item<'a, T>;
156156help: add missing generic argument
157157 |
158158LL | pub fn next<'a, T>(s: &'a mut dyn SVec<Item<T> = T, Output = T>) {
159- | ~~~~~~~
159+ | +++
160160
161161error[E0107]: missing generics for associated type `SVec::Item`
162162 --> $DIR/issue-105742.rs:13:21
@@ -172,7 +172,7 @@ LL | type Item<'a, T>;
172172help: add missing lifetime argument
173173 |
174174LL | <Self as SVec>::Item<'a>,
175- | ~~~~~~~~
175+ | ++++
176176
177177error[E0107]: missing generics for associated type `SVec::Item`
178178 --> $DIR/issue-105742.rs:13:21
@@ -188,7 +188,7 @@ LL | type Item<'a, T>;
188188help: add missing generic argument
189189 |
190190LL | <Self as SVec>::Item<T>,
191- | ~~~~~~~
191+ | +++
192192
193193error[E0107]: missing generics for associated type `SVec::Item`
194194 --> $DIR/issue-105742.rs:18:37
@@ -204,7 +204,7 @@ LL | type Item<'a, T>;
204204help: add missing lifetime argument
205205 |
206206LL | Output = <Index<<Self as SVec>::Item<'a>,
207- | ~~~~~~~~
207+ | ++++
208208
209209error[E0107]: missing generics for associated type `SVec::Item`
210210 --> $DIR/issue-105742.rs:18:37
@@ -220,7 +220,7 @@ LL | type Item<'a, T>;
220220help: add missing generic argument
221221 |
222222LL | Output = <Index<<Self as SVec>::Item<T>,
223- | ~~~~~~~
223+ | +++
224224
225225error[E0107]: missing generics for associated type `SVec::Item`
226226 --> $DIR/issue-105742.rs:23:30
@@ -236,7 +236,7 @@ LL | type Item<'a, T>;
236236help: add missing lifetime argument
237237 |
238238LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
239- | ~~~~~~~~
239+ | ++++
240240
241241error[E0107]: missing generics for associated type `SVec::Item`
242242 --> $DIR/issue-105742.rs:23:30
@@ -252,7 +252,7 @@ LL | type Item<'a, T>;
252252help: add missing generic argument
253253 |
254254LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
255- | ~~~~~~~
255+ | +++
256256
257257error[E0107]: missing generics for associated type `SVec::Item`
258258 --> $DIR/issue-105742.rs:23:46
@@ -268,7 +268,7 @@ LL | type Item<'a, T>;
268268help: add missing lifetime argument
269269 |
270270LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
271- | ~~~~~~~~
271+ | ++++
272272
273273error[E0107]: missing generics for associated type `SVec::Item`
274274 --> $DIR/issue-105742.rs:23:46
@@ -284,7 +284,7 @@ LL | type Item<'a, T>;
284284help: add missing generic argument
285285 |
286286LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
287- | ~~~~~~~
287+ | +++
288288
289289error[E0038]: the trait `SVec` cannot be made into an object
290290 --> $DIR/issue-105742.rs:5:31
@@ -329,7 +329,7 @@ LL | type Item<'a, T>;
329329help: add missing lifetime argument
330330 |
331331LL | fn len(&self) -> <Self as SVec>::Item<'_>;
332- | ~~~~~~~~
332+ | ++++
333333
334334error[E0107]: missing generics for associated type `SVec::Item`
335335 --> $DIR/issue-105742.rs:35:38
@@ -345,7 +345,7 @@ LL | type Item<'a, T>;
345345help: add missing generic argument
346346 |
347347LL | fn len(&self) -> <Self as SVec>::Item<T>;
348- | ~~~~~~~
348+ | +++
349349
350350error[E0107]: missing generics for associated type `SVec::Item`
351351 --> $DIR/issue-105742.rs:35:38
@@ -361,7 +361,7 @@ LL | type Item<'a, T>;
361361help: add missing lifetime argument
362362 |
363363LL | fn len(&self) -> <Self as SVec>::Item<'_>;
364- | ~~~~~~~~
364+ | ++++
365365
366366error[E0107]: missing generics for associated type `SVec::Item`
367367 --> $DIR/issue-105742.rs:35:38
@@ -377,7 +377,7 @@ LL | type Item<'a, T>;
377377help: add missing generic argument
378378 |
379379LL | fn len(&self) -> <Self as SVec>::Item<T>;
380- | ~~~~~~~
380+ | +++
381381
382382error: aborting due to 23 previous errors
383383
0 commit comments