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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
394 B
Plaintext
Raw Normal View History

2025-01-08 21:05:35 +00:00
error[E0747]: placeholder provided when a lifetime was expected
--> $DIR/issue-14303-fncall.rs:12:77
2018-10-20 23:36:17 +03:00
|
2025-01-08 21:05:35 +00:00
LL | let _x = (*start..*end).map(|x| S { a: start, b: end }).collect::<Vec<S<_, 'a>>>();
| ^
error: aborting due to 1 previous error
2018-10-20 23:36:17 +03:00
For more information about this error, try `rustc --explain E0747`.