lower_revert_named_args

Function lower_revert_named_args 

Source
fn lower_revert_named_args(
    ident: Option<&IdentifierPath>,
    args: &[NamedArgument],
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool