Function rustc_query_impl::make_query::crate_inherent_impls_overlap_check[][src]

pub fn crate_inherent_impls_overlap_check<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: crate_inherent_impls_overlap_check<'tcx>
) -> QueryStackFrame
Expand description

Checks all types in the crate for overlap in their inherent impls. Reports errors. Not meant to be used directly outside of coherence.