Home
last modified time | relevance | path

Searched refs:lev_candidate (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/method/
H A Dmod.rs78 pub lev_candidate: Option<ty::AssocItem>, field
91 lev_candidate: Option<ty::AssocItem>, in new()
98 lev_candidate, in new()
H A Dsuggest.rs246 lev_candidate, in report_method_error()
623 } else if lev_candidate.is_none() && static_sources.is_empty() { in report_method_error()
1012 } else if let Some(lev_candidate) = lev_candidate { in report_method_error()
1016 let def_kind = lev_candidate.kind.as_def_kind(); in report_method_error()
1022 def_kind.descr(lev_candidate.def_id), in report_method_error()
1024 lev_candidate.ident.to_string(), in report_method_error()
H A Dprobe.rs1094 let lev_candidate = self.probe_for_lev_candidate()?; in pick() localVariable
1100 lev_candidate, in pick()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dutil.rs493 let lev_candidate = find_best_match_for_name( in check_attr_crate_type() localVariable
498 if let Some(candidate) = lev_candidate { in check_attr_crate_type()