minor fix

This commit is contained in:
gaurikholkar 2017-08-23 19:43:05 +05:30
parent 90ab9d9a6d
commit b569094d94

View File

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