Skip to content

Commit 71b7500

Browse files
committed
Fix new test from rebase.
1 parent be465b0 commit 71b7500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/return-ref-mut-issue-46557.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error[E0597]: borrowed value does not live long enough
55
| ^^^^^^^ temporary value does not live long enough
66
18 | x
77
19 | }
8-
| - temporary value only lives until here
8+
| - temporary value only lives until here
99
|
1010
= note: borrowed value must be valid for lifetime '_#2r...
1111

0 commit comments

Comments
 (0)