Skip to content

Commit 73543d5

Browse files
committed
fix test reference
1 parent 5c59bba commit 73543d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/lifetime-errors/ex3-both-anon-regions-both-are-structs-4.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0623]: lifetime mismatch
44
15 | fn foo(mut x: Ref) {
55
| ---
66
| |
7-
| this type was declared with multiple lifetimes...
7+
| this type is declared with multiple lifetimes...
88
16 | x.a = x.b;
99
| ^^^ ...but data with one lifetime flows into the other here
1010

0 commit comments

Comments
 (0)