Skip to content

Commit 9f0b3e3

Browse files
committed
remove a debug print statement moving out of enums
1 parent f61bbe2 commit 9f0b3e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustc/middle/trans/alt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ fn make_pattern_bindings(bcx: block, phi_bindings: phi_bindings_list)
803803
copy_val(bcx, INIT, allocation,
804804
load_if_immediate(bcx, phi_val, ty), ty)
805805
} else {
806-
error!("moving out");
807806
move_val(bcx, INIT, allocation,
808807
{bcx: bcx, val: phi_val, kind: lv_owned}, ty)
809808
};

0 commit comments

Comments
 (0)