rust/tests/ui/parser/issues/issue-14303-fncall.full.stderr
2023-01-11 09:32:08 +00:00

10 lines
283 B
Plaintext

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