]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-52533.nll.stderr
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / ui / issues / issue-52533.nll.stderr
1 error: lifetime may not live long enough
2   --> $DIR/issue-52533.rs:5: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