Skip to content

Commit b5b1c0e

Browse files
committed
Deal with fallout
1 parent b51f778 commit b5b1c0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ fn codegen_stmt<'tcx>(
706706
let times = fx
707707
.monomorphize(times)
708708
.eval(fx.tcx, ParamEnv::reveal_all())
709-
.kind()
710709
.try_to_bits(fx.tcx.data_layout.pointer_size)
711710
.unwrap();
712711
if operand.layout().size.bytes() == 0 {

0 commit comments

Comments
 (0)