rust/tests/ui/parser/issues/issue-14303-fncall.full.stderr

10 lines
283 B
Plaintext
Raw Normal View History

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
|
LL | .collect::<Vec<S<_, 'a>>>();
| ^
error: aborting due to previous error
2018-10-20 15:36:17 -05:00
For more information about this error, try `rustc --explain E0747`.