2021-05-06 10:33:44 -05:00
|
|
|
error[E0747]: type provided when a lifetime was expected
|
2022-04-01 12:13:25 -05:00
|
|
|
--> $DIR/issue-14303-fncall.rs:15: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`.
|