blob: c42a23fa9d3e9a0a5a3a74a955e2e0b50375edcc (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0747]: placeholder provided when a lifetime was expected
--> $DIR/issue-14303-fncall.rs:10:77
|
LL | let _x = (*start..*end).map(|x| S { a: start, b: end }).collect::<Vec<S<_, 'a>>>();
| ^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0747`.
|