2022-05-21 14:01:04 +02:00
|
|
|
error: higher-ranked lifetime error
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/re-empty-in-error.rs:7:5
|
2022-05-21 14:01:04 +02:00
|
|
|
|
|
|
|
|
LL | foo(&10);
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
2022-09-30 14:21:17 +02:00
|
|
|
= note: could not prove `for<'b> &'b (): 'a`
|
2022-05-21 14:01:04 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|