@@ -19,13 +19,17 @@ pub trait SVec: Index<
19
19
//~| missing generics for associated type `SVec::Item`
20
20
//~| missing generics for associated type `SVec::Item`
21
21
//~| missing generics for associated type `SVec::Item`
22
+ //~| missing generics for associated type `SVec::Item`
23
+ //~| missing generics for associated type `SVec::Item`
22
24
Output = <Index < <Self as SVec >:: Item ,
23
25
//~^ expected 1 lifetime argument
24
26
//~| expected 1 generic argument
25
27
//~| missing generics for associated type `SVec::Item`
26
28
//~| missing generics for associated type `SVec::Item`
27
29
//~| missing generics for associated type `SVec::Item`
28
30
//~| missing generics for associated type `SVec::Item`
31
+ //~| missing generics for associated type `SVec::Item`
32
+ //~| missing generics for associated type `SVec::Item`
29
33
Output = <Self as SVec >:: Item > as SVec >:: Item ,
30
34
//~^ expected 1 lifetime argument
31
35
//~| expected 1 generic argument
@@ -34,11 +38,15 @@ pub trait SVec: Index<
34
38
//~| missing generics for associated type `SVec::Item`
35
39
//~| missing generics for associated type `SVec::Item`
36
40
//~| missing generics for associated type `SVec::Item`
41
+ //~| missing generics for associated type `SVec::Item`
42
+ //~| missing generics for associated type `SVec::Item`
37
43
//~| expected 1 generic argument
38
44
//~| missing generics for associated type `SVec::Item`
39
45
//~| missing generics for associated type `SVec::Item`
40
46
//~| missing generics for associated type `SVec::Item`
41
47
//~| missing generics for associated type `SVec::Item`
48
+ //~| missing generics for associated type `SVec::Item`
49
+ //~| missing generics for associated type `SVec::Item`
42
50
> {
43
51
type Item < ' a , T > ;
44
52
0 commit comments