2021-04-24 16:41:57 -05:00
|
|
|
error[E0747]: inferred provided when a lifetime was expected
|
2020-01-21 17:07:07 -06:00
|
|
|
--> $DIR/issue-14303-fncall.rs:13:26
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-01-12 21:25:03 -06:00
|
|
|
LL | .collect::<Vec<S<_, 'a>>>();
|
2020-01-21 17:07:07 -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
|
|
|
|
2020-01-21 17:07:07 -06:00
|
|
|
For more information about this error, try `rustc --explain E0747`.
|