2022-05-21 07:01:04 -05:00
|
|
|
error: higher-ranked lifetime error
|
2022-05-22 01:05:15 -05:00
|
|
|
--> $DIR/re-empty-in-error.rs:12:5
|
2022-05-21 07:01:04 -05:00
|
|
|
|
|
|
|
|
LL | foo(&10);
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: could not prove for<'b, 'r> &'b (): 'r
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|