2018-10-20 23:36:17 +03:00
|
|
|
error: lifetime parameters must be declared prior to type parameters
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-14303-fncall.rs:6:31
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | .collect::<Vec<'a, usize, 'b>>()
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|