Rebase fallout.

This commit is contained in:
Camille GILLOT 2022-05-29 12:24:18 +02:00
parent 3162b33ce5
commit 0cf79d7d68

View File

@ -2,7 +2,7 @@ error: lifetime may not live long enough
--> $DIR/issue-52742.rs:17:9
|
LL | fn take_bar(&mut self, b: Bar<'_>) {
| --------- -- let's call this `'1`
| --------- - has type `Bar<'1>`
| |
| has type `&mut Foo<'_, '2>`
LL | self.y = b.z