mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Reorganize name resolution
This commit is contained in:
parent
d4449945a0
commit
967a4b64af
14 changed files with 485 additions and 526 deletions
|
@ -8,8 +8,7 @@ use crate::{
|
|||
Name, ScopesWithSourceMap, Ty, HirFileId,
|
||||
HirDatabase, PersistentHirDatabase,
|
||||
type_ref::TypeRef,
|
||||
nameres::{ModuleScope, Namespace, lower::ImportId},
|
||||
nameres::crate_def_map::ModuleId,
|
||||
nameres::{ModuleScope, Namespace, ImportId, ModuleId},
|
||||
expr::{Body, BodySourceMap},
|
||||
ty::InferenceResult,
|
||||
adt::{EnumVariantId, StructFieldId, VariantDef},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue