Files
rust/tests/ui/lifetimes/re-empty-in-error.stderr
2025-09-30 12:58:28 -04:00

11 lines
209 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 (): '_`
error: aborting due to 1 previous error