fn args_infer_vars<'tcx>(
selcx: &SelectionContext<'_, 'tcx>,
args: Binder<'tcx, GenericArgsRef<'tcx>>,
) -> impl Iterator<Item = TyOrConstInferVar>
Expand description
Returns the set of inference variables contained in args
.
fn args_infer_vars<'tcx>(
selcx: &SelectionContext<'_, 'tcx>,
args: Binder<'tcx, GenericArgsRef<'tcx>>,
) -> impl Iterator<Item = TyOrConstInferVar>
Returns the set of inference variables contained in args
.