]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lifetimes/re-empty-in-error.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[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