@@ -19,13 +19,17 @@ pub trait SVec: Index<
1919 //~| missing generics for associated type `SVec::Item`
2020 //~| missing generics for associated type `SVec::Item`
2121 //~| missing generics for associated type `SVec::Item`
22+ //~| missing generics for associated type `SVec::Item`
23+ //~| missing generics for associated type `SVec::Item`
2224 Output = <Index < <Self as SVec >:: Item ,
2325 //~^ expected 1 lifetime argument
2426 //~| expected 1 generic argument
2527 //~| missing generics for associated type `SVec::Item`
2628 //~| missing generics for associated type `SVec::Item`
2729 //~| missing generics for associated type `SVec::Item`
2830 //~| missing generics for associated type `SVec::Item`
31+ //~| missing generics for associated type `SVec::Item`
32+ //~| missing generics for associated type `SVec::Item`
2933 Output = <Self as SVec >:: Item > as SVec >:: Item ,
3034 //~^ expected 1 lifetime argument
3135 //~| expected 1 generic argument
@@ -34,11 +38,15 @@ pub trait SVec: Index<
3438 //~| missing generics for associated type `SVec::Item`
3539 //~| missing generics for associated type `SVec::Item`
3640 //~| missing generics for associated type `SVec::Item`
41+ //~| missing generics for associated type `SVec::Item`
42+ //~| missing generics for associated type `SVec::Item`
3743 //~| expected 1 generic argument
3844 //~| missing generics for associated type `SVec::Item`
3945 //~| missing generics for associated type `SVec::Item`
4046 //~| missing generics for associated type `SVec::Item`
4147 //~| missing generics for associated type `SVec::Item`
48+ //~| missing generics for associated type `SVec::Item`
49+ //~| missing generics for associated type `SVec::Item`
4250> {
4351 type Item < ' a , T > ;
4452
0 commit comments