Home
last modified time | relevance | path

Searched defs:normalize_cause (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Ddropck.rs136 let normalize_cause = traits::ObligationCause::misc(span, adt_def_id); in ensure_drop_predicates_are_implied_by_item_defn() localVariable
Dcompare_impl_item.rs221 let normalize_cause = traits::ObligationCause::misc(impl_m_span, impl_m_def_id); in compare_method_predicate_entailment() localVariable
236 let normalize_cause = traits::ObligationCause::misc(span, impl_m_def_id); in compare_method_predicate_entailment() localVariable
1922 let normalize_cause = traits::ObligationCause::misc(impl_ty_span, impl_ty_def_id); in compare_type_predicate_entailment() localVariable
2128 let normalize_cause = ObligationCause::new( in check_type_bounds() localVariable