Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/db.rs')
| -rw-r--r-- | crates/hir/src/db.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/hir/src/db.rs b/crates/hir/src/db.rs index e25d867845..cd46573913 100644 --- a/crates/hir/src/db.rs +++ b/crates/hir/src/db.rs @@ -5,8 +5,9 @@ //! But we need this for at least LRU caching at the query level. pub use hir_def::db::*; pub use hir_expand::db::{ - AstDatabase, AstDatabaseStorage, AstIdMapQuery, HygieneFrameQuery, InternMacroCallQuery, - MacroArgTextQuery, MacroDefQuery, MacroExpandQuery, ParseMacroExpansionQuery, + AstDatabase, AstDatabaseStorage, AstIdMapQuery, ExpandProcMacroQuery, HygieneFrameQuery, + InternMacroCallQuery, MacroArgTextQuery, MacroDefQuery, MacroExpandErrorQuery, + MacroExpandQuery, ParseMacroExpansionQuery, }; pub use hir_ty::db::*; |