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.
pub(crate) fn call_arg_strategy(
ctx: &LowerCtx<'_>,
arg: &MirCallArg,
context: &'static str,
mutable_borrow_inout: bool,
) -> Result<CallArgStrategy, LowerError>Lowering strategy for one emitted call argument.