1
Fork 0
rust/tests/ui/parser/issues/issue-14303-fncall.full.stderr
2025-01-23 06:01:36 +00:00

9 lines
394 B
Text

error[E0747]: placeholder provided when a lifetime was expected
--> $DIR/issue-14303-fncall.rs:12: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`.