mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Reorganize name resolution
This commit is contained in:
parent
d4449945a0
commit
967a4b64af
14 changed files with 485 additions and 526 deletions
|
@ -3,8 +3,7 @@ use ra_syntax::{ast, SyntaxNode, TreeArc, AstNode};
|
|||
|
||||
use crate::{
|
||||
Module, ModuleSource, Problem, Name,
|
||||
nameres::crate_def_map::ModuleId,
|
||||
nameres::lower::ImportId,
|
||||
nameres::{ModuleId, ImportId},
|
||||
HirDatabase, PersistentHirDatabase,
|
||||
HirFileId, SourceItemId,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue