mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add name resolution query for block expressions
This commit is contained in:
parent
0045d7c6db
commit
896dfacfc4
8 changed files with 206 additions and 43 deletions
|
@ -149,6 +149,7 @@ impl RootDatabase {
|
|||
|
||||
// DefDatabase
|
||||
hir::db::ItemTreeQuery
|
||||
hir::db::BlockDefMapQuery
|
||||
hir::db::CrateDefMapQueryQuery
|
||||
hir::db::StructDataQuery
|
||||
hir::db::UnionDataQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue