rustc_trait_selection::traits::coherence

Function trait_ref_is_local_or_fundamental

source
pub fn trait_ref_is_local_or_fundamental<I>(
    tcx: I,
    trait_ref: TraitRef<I>,
) -> bool
where I: Interner,