pub fn lower_simple_match(
func: &mut FunctionMIR,
scrutinee: Place,
_scrutinee_ty: Ty,
arms: Vec<(Pat, BasicBlockId)>,
default_block: BasicBlockId,
span: Span,
) -> BasicBlockIdExpand description
Helper to create a simple match for common cases