Searched defs:ObligationCauseCode (Results 1 – 3 of 3) sorted by relevance
38 let ObligationCauseCode::MatchImpl(parent, impl_def_id) = code else { in try_report_mismatched_static_lifetime() localVariable
220 impl<'tcx> ObligationCauseCode<'tcx> { impl243 pub enum ObligationCauseCode<'tcx> { enum487 impl<'tcx> ObligationCauseCode<'tcx> { impl
755 …let ObligationCauseCode::FunctionArgumentObligation { arg_hir_id, call_hir_id, .. } = obligation.c… in suggest_dereferences() localVariable1098 …let ObligationCauseCode::FunctionArgumentObligation { arg_hir_id, .. } = obligation.cause.code() e… in suggest_add_clone_to_arg() localVariable1817 let ObligationCauseCode::SizedReturnType = obligation.cause.code() else { in suggest_impl_trait() localVariable