]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lifetimes/re-empty-in-error.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[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> &'b (): 'a`
8
9 error: aborting due to previous error
10