2019-02-05 10:00:19 -06:00
|
|
|
error: lifetime arguments must be declared prior to type arguments
|
2019-01-12 21:25:03 -06:00
|
|
|
--> $DIR/issue-14303-fncall.rs:13:29
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-01-12 21:25:03 -06:00
|
|
|
LL | .collect::<Vec<S<_, 'a>>>();
|
2019-02-05 10:00:19 -06:00
|
|
|
| ^^
|
2019-01-11 21:41:43 -06:00
|
|
|
|
2019-01-12 21:25:03 -06:00
|
|
|
error: aborting due to previous error
|
2018-10-20 15:36:17 -05:00
|
|
|
|