Home
last modified time | relevance | path

Searched defs:ObligationCauseCode (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
Dmismatched_static_lifetime.rs38 let ObligationCauseCode::MatchImpl(parent, impl_def_id) = code else { in try_report_mismatched_static_lifetime() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dmod.rs220 impl<'tcx> ObligationCauseCode<'tcx> { impl
243 pub enum ObligationCauseCode<'tcx> { enum
487 impl<'tcx> ObligationCauseCode<'tcx> { impl
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs755 …let ObligationCauseCode::FunctionArgumentObligation { arg_hir_id, call_hir_id, .. } = obligation.c… in suggest_dereferences() localVariable
1098 …let ObligationCauseCode::FunctionArgumentObligation { arg_hir_id, .. } = obligation.cause.code() e… in suggest_add_clone_to_arg() localVariable
1817 let ObligationCauseCode::SizedReturnType = obligation.cause.code() else { in suggest_impl_trait() localVariable