mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Proper handling $crate Take 2
This commit is contained in:
parent
b47c63a4bc
commit
76f2b9d2ef
9 changed files with 235 additions and 58 deletions
|
@ -145,6 +145,7 @@ impl RootDatabase {
|
|||
hir::db::MacroDefQuery
|
||||
hir::db::ParseMacroExpansionQuery
|
||||
hir::db::MacroExpandQuery
|
||||
hir::db::HygieneFrameQuery
|
||||
|
||||
// DefDatabase
|
||||
hir::db::ItemTreeQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue