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