Skip to content

Commit b569094

Browse files
committed
minor fix
1 parent 90ab9d9 commit b569094

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-one-is-struct-3.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0623]: lifetime mismatch
2-
--> $DIR/ex3-both-anon-regions-one-is-struct-4.rs:14:11
2+
--> $DIR/ex3-both-anon-regions-one-is-struct-3.rs:14:11
33
|
44
13 | fn foo(mut y: Ref, x: &u32) {
55
| --- ---- these two types are declared with different lifetimes...

0 commit comments

Comments
 (0)