mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
make sure that CrateDefMap is independent from syntax
This commit is contained in:
parent
203d5dd0d0
commit
6e2369938a
7 changed files with 58 additions and 51 deletions
|
@ -47,7 +47,7 @@ mod code_model;
|
|||
mod marks;
|
||||
|
||||
use crate::{
|
||||
db::{AstDatabase, DefDatabase, HirDatabase},
|
||||
db::{InternDatabase, AstDatabase, DefDatabase, HirDatabase},
|
||||
name::{AsName, KnownName},
|
||||
source_id::{FileAstId, AstId},
|
||||
resolve::Resolver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue