We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c90c5 commit 980b316Copy full SHA for 980b316
1 file changed
src/base.rs
@@ -902,7 +902,6 @@ fn codegen_stmt<'tcx>(fx: &mut FunctionCx<'_, '_, 'tcx>, cur_block: Block, stmt:
902
lval.write_cvalue_transmute(fx, operand);
903
}
904
Rvalue::CopyForDeref(_) => bug!("`CopyForDeref` in codegen"),
905
- Rvalue::ShallowInitBox(..) => bug!("`ShallowInitBox` in codegen"),
906
907
908
StatementKind::StorageLive(_)
0 commit comments