Skip to content

Commit 75ccfd5

Browse files
committed
remove leftover debug print
1 parent 16f6ae3 commit 75ccfd5

File tree

1 file changed

+0
-1
lines changed
  • src/interpreter/terminator

1 file changed

+0
-1
lines changed

src/interpreter/terminator/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
417417
let first = self.memory.allocate(ptr_size, ptr_size)?;
418418
self.memory.copy(args[0].0, first, ptr_size, ptr_size)?;
419419
self.memory.write_ptr(args[0].0, first)?;
420-
self.memory.dump(args[0].0.alloc_id);
421420
}
422421
_ => bug!("cannot convert {:?} to {:?}", closure_kind, trait_closure_kind),
423422
}

0 commit comments

Comments
 (0)