mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
use macros database in analysis
This commit is contained in:
parent
d753656192
commit
57030f587b
6 changed files with 70 additions and 68 deletions
|
@ -98,5 +98,8 @@ salsa::database_storage! {
|
|||
fn struct_data() for hir::db::StructDataQuery;
|
||||
fn enum_data() for hir::db::EnumDataQuery;
|
||||
}
|
||||
impl hir::MacroDatabase {
|
||||
fn expand_macro() for hir::ExpandMacroQuery;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue