From 0cf79d7d680bf8ef6f5c9939e7d2d730b504f5e0 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sun, 29 May 2022 12:24:18 +0200 Subject: [PATCH] Rebase fallout. --- src/test/ui/nll/issue-52742.nll.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/nll/issue-52742.nll.stderr b/src/test/ui/nll/issue-52742.nll.stderr index 6828418a78e..1a2165e0a9d 100644 --- a/src/test/ui/nll/issue-52742.nll.stderr +++ b/src/test/ui/nll/issue-52742.nll.stderr @@ -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 -- 2.44.0