remove a debug print statement moving out of enums
This commit is contained in:
parent
f61bbe2709
commit
9f0b3e3164
@ -803,7 +803,6 @@ fn make_pattern_bindings(bcx: block, phi_bindings: phi_bindings_list)
|
||||
copy_val(bcx, INIT, allocation,
|
||||
load_if_immediate(bcx, phi_val, ty), ty)
|
||||
} else {
|
||||
error!("moving out");
|
||||
move_val(bcx, INIT, allocation,
|
||||
{bcx: bcx, val: phi_val, kind: lv_owned}, ty)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user