diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-05-29 12:24:18 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-05-29 12:24:18 +0200 |
| commit | 0cf79d7d680bf8ef6f5c9939e7d2d730b504f5e0 (patch) | |
| tree | ec95409d0354d6995b761016cc8399f4dfcec94b | |
| parent | 3162b33ce57578b958d26c6f1bb600719c93d309 (diff) | |
| download | rust-0cf79d7d680bf8ef6f5c9939e7d2d730b504f5e0.tar.gz rust-0cf79d7d680bf8ef6f5c9939e7d2d730b504f5e0.zip | |
Rebase fallout.
| -rw-r--r-- | src/test/ui/nll/issue-52742.nll.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
