Function handle_pattern_match

Source
pub fn handle_pattern_match(
    current_match_arms: &[MatchArm],
    inferred_type: &mut InferredType,
)