]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/issue-52742.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / nll / issue-52742.stderr
CommitLineData
9fa01778 1error: lifetime may not live long enough
0731742a 2 --> $DIR/issue-52742.rs:15:9
b7449926
XL
3 |
4LL | fn take_bar(&mut self, b: Bar<'_>) {
5 | --------- -- let's call this `'1`
6 | |
7 | has type `&mut Foo<'_, '2>`
8LL | self.y = b.z
0bf4aa26 9 | ^^^^^^^^^^^^ assignment requires that `'1` must outlive `'2`
b7449926
XL
10
11error: aborting due to previous error
12