2022-05-10 09:19:19 -05:00
|
|
|
error: higher-ranked lifetime error
|
2022-04-01 12:13:25 -05:00
|
|
|
--> $DIR/issue-59311.rs:17:5
|
2022-05-10 09:19:19 -05:00
|
|
|
|
|
|
|
|
LL | v.t(|| {});
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
2022-06-27 00:45:35 -05:00
|
|
|
= note: could not prove `[closure@$DIR/issue-59311.rs:17:9: 17:11] well-formed`
|
2022-05-10 09:19:19 -05:00
|
|
|
|
|
|
|
error: higher-ranked lifetime error
|
2022-04-01 12:13:25 -05:00
|
|
|
--> $DIR/issue-59311.rs:17:9
|
2022-05-10 09:19:19 -05:00
|
|
|
|
|
|
|
|
LL | v.t(|| {});
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2022-06-22 23:43:01 -05:00
|
|
|
= note: could not prove `for<'a> &'a V: 'static`
|
2022-05-10 09:19:19 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|