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