Files
rust/tests/ui/lifetimes/re-empty-in-error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
209 B
Plaintext
Raw Normal View History

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);
| ^^^^^^^^
|
2025-09-28 23:04:55 +00:00
= note: could not prove `for<'b> &'b (): '_`
2022-05-21 14:01:04 +02:00
error: aborting due to 1 previous error
2022-05-21 14:01:04 +02:00