]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lifetimes/re-empty-in-error.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / lifetimes / re-empty-in-error.stderr
CommitLineData
923072b8
FG
1error: higher-ranked lifetime error
2 --> $DIR/re-empty-in-error.rs:7:5
3 |
4LL | foo(&10);
5 | ^^^^^^^^
6 |
2b03887a 7 = note: could not prove `for<'b> &'b (): 'a`
923072b8
FG
8
9error: aborting due to previous error
10