@@ -6,30 +6,30 @@ pub fn next<'a, T>(s: &'a mut dyn SVec<Item = T, Output = T>) {
66 //~| expected 1 generic argument
77 //~| the trait `SVec` cannot be made into an object
88 //~| `SVec` cannot be made into an object
9- //~| missing generics for associated type `SVec::Item`
9+ //~| missing generics for associated type `SVec::Item`
1010 //~| missing generics for associated type `SVec::Item`
1111 let _ = s;
1212}
1313
1414pub trait SVec : Index <
1515 <Self as SVec >:: Item ,
1616 //~^ expected 1 lifetime argument
17- //~| expected 1 generic argument
17+ //~| expected 1 generic argument
1818 //~| missing generics for associated type `SVec::Item`
1919 //~| missing generics for associated type `SVec::Item`
2020 //~| missing generics for associated type `SVec::Item`
2121 //~| missing generics for associated type `SVec::Item`
2222 Output = <Index < <Self as SVec >:: Item ,
2323 //~^ expected 1 lifetime argument
2424 //~| expected 1 generic argument
25- //~| missing generics for associated type `SVec::Item`
25+ //~| missing generics for associated type `SVec::Item`
2626 //~| missing generics for associated type `SVec::Item`
2727 //~| missing generics for associated type `SVec::Item`
2828 //~| missing generics for associated type `SVec::Item`
2929 Output = <Self as SVec >:: Item > as SVec >:: Item ,
3030 //~^ expected 1 lifetime argument
3131 //~| expected 1 generic argument
32- //~| expected 1 lifetime argument
32+ //~| expected 1 lifetime argument
3333 //~| missing generics for associated type `SVec::Item`
3434 //~| missing generics for associated type `SVec::Item`
3535 //~| missing generics for associated type `SVec::Item`
0 commit comments