rustc_hir_analysis::check::compare_impl_item

Function compare_synthetic_generics

Source
fn compare_synthetic_generics<'tcx>(
    tcx: TyCtxt<'tcx>,
    impl_m: AssocItem,
    trait_m: AssocItem,
    delay: bool,
) -> Result<(), ErrorGuaranteed>