Home
last modified time | relevance | path

Searched refs:to_poly_trait_predicate (Results 1 – 6 of 6) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/
H A Dcodegen.rs44 Obligation::new(obligation_cause, param_env, trait_ref.to_poly_trait_predicate()); in codegen_fulfill_obligation()
H A Dauto_trait.rs94 trait_pred.to_poly_trait_predicate(), in find_auto_trait_generics()
H A Dproject.rs1300 let trait_obligation = obligation.with(poly_trait_ref.to_poly_trait_predicate()); in assemble_candidates_from_impls()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dsty.rs941 pub fn to_poly_trait_predicate(&self) -> ty::PolyTraitPredicate<'tcx> { in to_poly_trait_predicate() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/method/
H A Dprobe.rs1470 let predicate = ty::Binder::dummy(trait_ref).to_poly_trait_predicate(); in select_trait_candidate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dmod.rs1643 trait_ref.to_poly_trait_predicate(), in maybe_report_ambiguity()