Add name resolution query for block expressions

This commit is contained in:
Jonas Schievink 2021-01-21 15:22:17 +01:00
parent 0045d7c6db
commit 896dfacfc4
8 changed files with 206 additions and 43 deletions

View file

@ -149,6 +149,7 @@ impl RootDatabase {
// DefDatabase
hir::db::ItemTreeQuery
hir::db::BlockDefMapQuery
hir::db::CrateDefMapQueryQuery
hir::db::StructDataQuery
hir::db::UnionDataQuery