blob: ff286d722aacdfd9bcec09bdf42280a6307df54c [file] [log] [blame]
error[E0623]: lifetime mismatch
--> $DIR/ex3-both-anon-regions-one-is-struct.rs:7:11
|
LL | fn foo(mut x: Ref, y: &u32) {
| --- ---- these two types are declared with different lifetimes...
LL | x.b = y;
| ^ ...but data from `y` flows into `x` here
error: aborting due to previous error