2018-10-20 15:36:17 -05:00
|
|
|
error: lifetime parameters must be declared prior to type parameters
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-14303-fncall.rs:4:31
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | .collect::<Vec<'a, usize, 'b>>()
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|