Skip to content

Commit 980b316

Browse files
committed
Remove ShallowInitBox.
1 parent 46c90c5 commit 980b316

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ fn codegen_stmt<'tcx>(fx: &mut FunctionCx<'_, '_, 'tcx>, cur_block: Block, stmt:
902902
lval.write_cvalue_transmute(fx, operand);
903903
}
904904
Rvalue::CopyForDeref(_) => bug!("`CopyForDeref` in codegen"),
905-
Rvalue::ShallowInitBox(..) => bug!("`ShallowInitBox` in codegen"),
906905
}
907906
}
908907
StatementKind::StorageLive(_)

0 commit comments

Comments
 (0)