Function rustc_mir_transform::unreachable_prop::remove_successors
source · fn remove_successors<'tcx, F>(
terminator_kind: &TerminatorKind<'tcx>,
is_unreachable: F
) -> Option<TerminatorKind<'tcx>>where
F: Fn(BasicBlock) -> bool,