Home
last modified time | relevance | path

Searched defs:CandidateSource (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs1172 sources: &mut Vec<CandidateSource>, in note_candidates_on_method_error()
1317 static_candidates: &Vec<CandidateSource>, in suggest_associated_call_syntax()
2389 static_candidates: &[CandidateSource], in suggest_traits_to_import()
Dmod.rs87 pub enum CandidateSource { enum
Dprobe.rs1448 fn candidate_source(&self, candidate: &Candidate<'tcx>, self_ty: Ty<'tcx>) -> CandidateSource { in candidate_source()
1837 fn record_static_candidate(&self, source: CandidateSource) { in record_static_candidate()
/third_party/rust/rust/compiler/rustc_trait_selection/src/solve/assembly/
Dmod.rs32 pub(super) enum CandidateSource { enum