pub fn lower_function(
name: &str,
params: &[FunctionParameter],
body: &[Statement],
span: Span,
) -> MirFunctionExpand description
Lower a function body (list of statements) into MIR.
pub fn lower_function(
name: &str,
params: &[FunctionParameter],
body: &[Statement],
span: Span,
) -> MirFunctionLower a function body (list of statements) into MIR.