pub(crate) fn crate_inherent_impls(
tcx: TyCtxt<'_>,
(): (),
) -> (&CrateInherentImpls, Result<(), ErrorGuaranteed>)
Expand description
On-demand query: yields a map containing all types mapped to their inherent impls.
pub(crate) fn crate_inherent_impls(
tcx: TyCtxt<'_>,
(): (),
) -> (&CrateInherentImpls, Result<(), ErrorGuaranteed>)
On-demand query: yields a map containing all types mapped to their inherent impls.