mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 21:23:20 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
10 lines
285 B
Plaintext
10 lines
285 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 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0747`.
|