@@ -6,30 +6,30 @@ pub fn next<'a, T>(s: &'a mut dyn SVec<Item = T, Output = T>) {
6
6
//~| expected 1 generic argument
7
7
//~| the trait `SVec` cannot be made into an object
8
8
//~| `SVec` cannot be made into an object
9
- //~| missing generics for associated type `SVec::Item`
9
+ //~| missing generics for associated type `SVec::Item`
10
10
//~| missing generics for associated type `SVec::Item`
11
11
let _ = s;
12
12
}
13
13
14
14
pub trait SVec : Index <
15
15
<Self as SVec >:: Item ,
16
16
//~^ expected 1 lifetime argument
17
- //~| expected 1 generic argument
17
+ //~| expected 1 generic argument
18
18
//~| missing generics for associated type `SVec::Item`
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
22
Output = <Index < <Self as SVec >:: Item ,
23
23
//~^ expected 1 lifetime argument
24
24
//~| expected 1 generic argument
25
- //~| missing generics for associated type `SVec::Item`
25
+ //~| missing generics for associated type `SVec::Item`
26
26
//~| missing generics for associated type `SVec::Item`
27
27
//~| missing generics for associated type `SVec::Item`
28
28
//~| missing generics for associated type `SVec::Item`
29
29
Output = <Self as SVec >:: Item > as SVec >:: Item ,
30
30
//~^ expected 1 lifetime argument
31
31
//~| expected 1 generic argument
32
- //~| expected 1 lifetime argument
32
+ //~| expected 1 lifetime argument
33
33
//~| missing generics for associated type `SVec::Item`
34
34
//~| missing generics for associated type `SVec::Item`
35
35
//~| missing generics for associated type `SVec::Item`
0 commit comments