pub(super) fn check_item(
tcx: TyCtxt<'_>,
def_id: LocalDefId,
trait_header: ImplTraitHeader<'_>,
trait_def: &TraitDef,
) -> Result<(), ErrorGuaranteed>
pub(super) fn check_item(
tcx: TyCtxt<'_>,
def_id: LocalDefId,
trait_header: ImplTraitHeader<'_>,
trait_def: &TraitDef,
) -> Result<(), ErrorGuaranteed>