Skip to content

Commit 0cf79d7

Browse files
committed
Rebase fallout.
1 parent 3162b33 commit 0cf79d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/issue-52742.nll.stderr

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

0 commit comments

Comments
 (0)