Module rustc_middle::traits::util
source · Structs
Functions
- Given a PolyTraitRef, get the PolyTraitRefs of the trait’s (transitive) supertraits. This only exists in
rustc_middlebecause the more powerful elaborator depends onrustc_inferfor elaborating outlives bounds – this should only be used for pretty printing.