We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3162b33 commit 0cf79d7Copy full SHA for 0cf79d7
src/test/ui/nll/issue-52742.nll.stderr
@@ -2,7 +2,7 @@ error: lifetime may not live long enough
2
--> $DIR/issue-52742.rs:17:9
3
|
4
LL | fn take_bar(&mut self, b: Bar<'_>) {
5
- | --------- -- let's call this `'1`
+ | --------- - has type `Bar<'1>`
6
| |
7
| has type `&mut Foo<'_, '2>`
8
LL | self.y = b.z
0 commit comments