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