fn candidate_match<'tcx>(body: &Body<'tcx>, switch_bb: BasicBlock) -> boolExpand description
Returns the first case target if all targets have an equal number of statements and identical destination.
fn candidate_match<'tcx>(body: &Body<'tcx>, switch_bb: BasicBlock) -> boolReturns the first case target if all targets have an equal number of statements and identical destination.