Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dimports.rs243 struct UnresolvedImportError { struct
244 span: Span,
245 label: Option<String>,
246 note: Option<String>,
247 suggestion: Option<Suggestion>,
248 candidates: Option<Vec<ImportSuggestion>>,
605 fn throw_unresolved_import_error(&mut self, errors: Vec<(Import<'_>, UnresolvedImportError)>) { in throw_unresolved_import_error() argument
791 fn finalize_import(&mut self, import: Import<'a>) -> Option<UnresolvedImportError> { in finalize_import()