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