rust/src/test/ui/lifetimes/re-empty-in-error.nll.stderr

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

11 lines
210 B
Plaintext
Raw Normal View History

2022-05-21 07:01:04 -05:00
error: higher-ranked lifetime error
2022-05-22 01:05:15 -05:00
--> $DIR/re-empty-in-error.rs:12:5
2022-05-21 07:01:04 -05:00
|
LL | foo(&10);
| ^^^^^^^^
|
= note: could not prove for<'b, 'r> &'b (): 'r
error: aborting due to previous error