pub fn call_args_uses_at<'tcx>(
args: &[Spanned<Operand<'tcx>>],
indices: &[usize],
) -> RelevantPlacesExpand description
Collect MIR roots used by selected call argument indices.
pub fn call_args_uses_at<'tcx>(
args: &[Spanned<Operand<'tcx>>],
indices: &[usize],
) -> RelevantPlacesCollect MIR roots used by selected call argument indices.