@@ -169,6 +169,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
169169 |
170170LL | type Item<'a, T>;
171171 | ^^^^ --
172+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
172173help: add missing lifetime argument
173174 |
174175LL | <Self as SVec>::Item<'a>,
@@ -185,6 +186,7 @@ note: associated type defined here, with 1 generic parameter: `T`
185186 |
186187LL | type Item<'a, T>;
187188 | ^^^^ -
189+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
188190help: add missing generic argument
189191 |
190192LL | <Self as SVec>::Item<T>,
@@ -201,6 +203,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
201203 |
202204LL | type Item<'a, T>;
203205 | ^^^^ --
206+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
204207help: add missing lifetime argument
205208 |
206209LL | Output = <Index<<Self as SVec>::Item<'a>,
@@ -217,6 +220,7 @@ note: associated type defined here, with 1 generic parameter: `T`
217220 |
218221LL | type Item<'a, T>;
219222 | ^^^^ -
223+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
220224help: add missing generic argument
221225 |
222226LL | Output = <Index<<Self as SVec>::Item<T>,
@@ -233,6 +237,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
233237 |
234238LL | type Item<'a, T>;
235239 | ^^^^ --
240+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
236241help: add missing lifetime argument
237242 |
238243LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
@@ -249,6 +254,7 @@ note: associated type defined here, with 1 generic parameter: `T`
249254 |
250255LL | type Item<'a, T>;
251256 | ^^^^ -
257+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
252258help: add missing generic argument
253259 |
254260LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
@@ -265,6 +271,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
265271 |
266272LL | type Item<'a, T>;
267273 | ^^^^ --
274+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
268275help: add missing lifetime argument
269276 |
270277LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
@@ -281,6 +288,7 @@ note: associated type defined here, with 1 generic parameter: `T`
281288 |
282289LL | type Item<'a, T>;
283290 | ^^^^ -
291+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
284292help: add missing generic argument
285293 |
286294LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
@@ -327,6 +335,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
327335 |
328336LL | type Item<'a, T>;
329337 | ^^^^ --
338+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
330339help: add missing lifetime argument
331340 |
332341LL | <Self as SVec>::Item<'a>,
@@ -343,6 +352,7 @@ note: associated type defined here, with 1 generic parameter: `T`
343352 |
344353LL | type Item<'a, T>;
345354 | ^^^^ -
355+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
346356help: add missing generic argument
347357 |
348358LL | <Self as SVec>::Item<T>,
@@ -359,6 +369,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
359369 |
360370LL | type Item<'a, T>;
361371 | ^^^^ --
372+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
362373help: add missing lifetime argument
363374 |
364375LL | Output = <Index<<Self as SVec>::Item<'a>,
@@ -375,6 +386,7 @@ note: associated type defined here, with 1 generic parameter: `T`
375386 |
376387LL | type Item<'a, T>;
377388 | ^^^^ -
389+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
378390help: add missing generic argument
379391 |
380392LL | Output = <Index<<Self as SVec>::Item<T>,
@@ -391,6 +403,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
391403 |
392404LL | type Item<'a, T>;
393405 | ^^^^ --
406+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
394407help: add missing lifetime argument
395408 |
396409LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,
@@ -407,6 +420,7 @@ note: associated type defined here, with 1 generic parameter: `T`
407420 |
408421LL | type Item<'a, T>;
409422 | ^^^^ -
423+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
410424help: add missing generic argument
411425 |
412426LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,
@@ -423,6 +437,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`
423437 |
424438LL | type Item<'a, T>;
425439 | ^^^^ --
440+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
426441help: add missing lifetime argument
427442 |
428443LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,
@@ -439,6 +454,7 @@ note: associated type defined here, with 1 generic parameter: `T`
439454 |
440455LL | type Item<'a, T>;
441456 | ^^^^ -
457+ = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
442458help: add missing generic argument
443459 |
444460LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,
0 commit comments