Home
last modified time | relevance | path

Searched defs:impl_predicates (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dambiguity.rs39 let impl_predicates = tcx.predicates_of(impl_def_id).instantiate(tcx, impl_substs); in recompute_applicable_impls() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Dimpl_wf_check.rs87 let impl_predicates = tcx.predicates_of(impl_def_id); in enforce_impl_params_are_constrained() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dadjust_fulfillment_errors.rs500 let impl_predicates: ty::GenericPredicates<'tcx> = in blame_specific_expr_if_possible_for_derived_predicate_obligation() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/collect/
Dpredicates_of.rs115 let impl_predicates = trait_assoc_predicates.instantiate_own(tcx, impl_assoc_substs); in gather_explicit_predicates_of() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dcompare_impl_item.rs200 let impl_predicates = tcx.predicates_of(impl_m_predicates.parent.unwrap()); in compare_method_predicate_entailment() localVariable
1911 let impl_predicates = tcx.predicates_of(impl_ty_predicates.parent.unwrap()); in compare_type_predicate_entailment() localVariable