]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lifetimes/re-empty-in-error.stderr
Rollup merge of #98665 - ChrisDenton:deprecated-suggestion, r=compiler-errors
[rust.git] / src / test / ui / lifetimes / re-empty-in-error.stderr
1 error: higher-ranked lifetime error
2   --> $DIR/re-empty-in-error.rs:7:5
3    |
4 LL |     foo(&10);
5    |     ^^^^^^^^
6    |
7    = note: could not prove `for<'b, 'r> &'b (): 'r`
8
9 error: aborting due to previous error
10