Searched defs:UseError (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | lib.rs | 704 struct UseError<'a> { struct 705 err: DiagnosticBuilder<'a, ErrorGuaranteed>, 707 candidates: Vec<ImportSuggestion>, 709 def_id: DefId, 711 instead: bool, 713 suggestion: Option<(Span, &'static str, String, Applicability)>, 716 path: Vec<Segment>, 718 is_call: bool,
|