rust/tests/ui/lifetimes/re-empty-in-error.stderr
2023-01-11 09:32:08 +00:00

11 lines
207 B
Plaintext

error: higher-ranked lifetime error
--> $DIR/re-empty-in-error.rs:7:5
|
LL | foo(&10);
| ^^^^^^^^
|
= note: could not prove `for<'b> &'b (): 'a`
error: aborting due to previous error