fn resolve_call_query<'tcx>(
tcx: TyCtxt<'tcx>,
selcx: &mut SelectionContext<'_, 'tcx>,
param_env: ParamEnv<'tcx>,
callee_id: DefId,
args: GenericArgsRef<'tcx>,
) -> Option<(DefId, GenericArgsRef<'tcx>)>
fn resolve_call_query<'tcx>(
tcx: TyCtxt<'tcx>,
selcx: &mut SelectionContext<'_, 'tcx>,
param_env: ParamEnv<'tcx>,
callee_id: DefId,
args: GenericArgsRef<'tcx>,
) -> Option<(DefId, GenericArgsRef<'tcx>)>