pub(super) fn compare_impl_const_raw(
    tcx: TyCtxt<'_>,
    (impl_const_item_def, trait_const_item_def): (LocalDefId, DefId)
) -> Result<(), ErrorGuaranteed>
Expand description

Use tcx.compare_impl_const instead