rustc_hir_analysis::check::wfcheck

Function check_method_receiver

Source
fn check_method_receiver<'tcx>(
    wfcx: &WfCheckingCtxt<'_, 'tcx>,
    fn_sig: &FnSig<'_>,
    method: AssocItem,
    self_ty: Ty<'tcx>,
) -> Result<(), ErrorGuaranteed>