]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-52533.nll.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-52533.nll.stderr
1 error: unsatisfied lifetime constraints
2 --> $DIR/issue-52533.rs:15:16
3 |
4 LL | foo(|a, b| b)
5 | - - ^ closure was supposed to return data with lifetime `'2` but it is returning data with lifetime `'1`
6 | | |
7 | | has type `&'1 u32`
8 | has type `&'2 u32`
9
10 error: aborting due to previous error
11