mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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
|
@ -15,6 +15,7 @@ pub const WORKSPACE: SourceRootId = SourceRootId(0);
|
|||
|
||||
#[salsa::database(
|
||||
ra_db::SourceDatabaseStorage,
|
||||
db::InternDatabaseStorage,
|
||||
db::AstDatabaseStorage,
|
||||
db::DefDatabaseStorage,
|
||||
db::HirDatabaseStorage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue