2021-04-24 21:41:57 +00:00
|
|
|
error[E0747]: inferred provided when a lifetime was expected
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/issue-14303-fncall.rs:15:26
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-01-12 19:25:03 -08:00
|
|
|
LL | .collect::<Vec<S<_, 'a>>>();
|
2020-01-21 23:07:07 +00:00
|
|
|
| ^
|
2019-01-11 19:41:43 -08:00
|
|
|
|
2019-01-12 19:25:03 -08:00
|
|
|
error: aborting due to previous error
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2020-01-21 23:07:07 +00:00
|
|
|
For more information about this error, try `rustc --explain E0747`.
|