Rebase fallout.
This commit is contained in:
parent
3162b33ce5
commit
0cf79d7d68
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ error: lifetime may not live long enough
|
||||||
--> $DIR/issue-52742.rs:17:9
|
--> $DIR/issue-52742.rs:17:9
|
||||||
|
|
|
|
||||||
LL | fn take_bar(&mut self, b: Bar<'_>) {
|
LL | fn take_bar(&mut self, b: Bar<'_>) {
|
||||||
| --------- -- let's call this `'1`
|
| --------- - has type `Bar<'1>`
|
||||||
| |
|
| |
|
||||||
| has type `&mut Foo<'_, '2>`
|
| has type `&mut Foo<'_, '2>`
|
||||||
LL | self.y = b.z
|
LL | self.y = b.z
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue