Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dunresolved_import.rs9 d: &hir::UnresolvedImport, in unresolved_import()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddiagnostics.rs95 pub struct UnresolvedImport { struct
96 pub decl: InFile<AstPtr<ast::UseTree>>,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Ddiagnostics.rs25 UnresolvedImport { id: ItemTreeId<item_tree::Import>, index: Idx<ast::UseTree> }, enumerator