]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-52533-1.nll.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-52533-1.nll.stderr
1 error: lifetime may not live long enough
2   --> $DIR/issue-52533-1.rs:9:18
3    |
4 LL |     gimme(|x, y| y)
5    |            -  -  ^ closure was supposed to return data with lifetime `'2` but it is returning data with lifetime `'1`
6    |            |  |
7    |            |  has type `&Foo<'_, '1, u32>`
8    |            has type `&Foo<'_, '2, u32>`
9
10 error: aborting due to previous error
11