rust/src/test/ui/parser/issue-14303-fncall.stderr

10 lines
287 B
Plaintext
Raw Normal View History

2021-04-24 16:41:57 -05:00
error[E0747]: inferred provided when a lifetime was expected
--> $DIR/issue-14303-fncall.rs:13: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`.