rust/src/test/ui/parser/issue-14303-fncall.stderr
2021-07-25 07:28:51 +00:00

10 lines
287 B
Plaintext

error[E0747]: inferred provided when a lifetime was expected
--> $DIR/issue-14303-fncall.rs:13:26
|
LL | .collect::<Vec<S<_, 'a>>>();
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0747`.