pub fn lower_macro(
mac: BuiltinMacroFunction,
n: Option<NodeOrToken>,
sub_expr: impl Iterator<Item = (Expression, Option<NodeOrToken>)>,
diag: &mut BuildDiagnostics,
) -> ExpressionExpand description
“Expand” the macro mac (at location n) with the arguments sub_expr