blob: e8b7b3333eb6b73b6e126c4e9881cd5821abdb5a [file] [log] [blame]
error: lifetime may not live long enough
--> $DIR/issue-52742.rs:14:9
|
LL | fn take_bar(&mut self, b: Bar<'_>) {
| --------- -- let's call this `'1`
| |
| has type `&mut Foo<'_, '2>`
LL | self.y = b.z
| ^^^^^^^^^^^^ assignment requires that `'1` must outlive `'2`
error: aborting due to previous error