Function call_arg_strategy

Source
pub(crate) fn call_arg_strategy(
    ctx: &LowerCtx<'_>,
    arg: &MirCallArg,
    context: &'static str,
    mutable_borrow_inout: bool,
) -> Result<CallArgStrategy, LowerError>
Expand description

Lowering strategy for one emitted call argument.