Function rustc_mir_build::build::scope::build_scope_drops
source · [−]fn build_scope_drops<'tcx>(
cfg: &mut CFG<'tcx>,
unwind_drops: &mut DropTree,
scope: &Scope,
block: BasicBlock,
unwind_to: DropIdx,
storage_dead_on_unwind: bool,
arg_count: usize
) -> BlockAnd<()>
Expand description
Builds drops for pop_scope
and leave_top_scope
.