We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a6647 commit 9a1063fCopy full SHA for 9a1063f
crates/hir-expand/src/db.rs
@@ -60,6 +60,7 @@ pub trait ExpandDatabase: RootQueryDb {
60
fn proc_macros_for_crate(&self, krate: Crate) -> Option<Arc<CrateProcMacros>>;
61
62
#[salsa::invoke(ast_id_map)]
63
+ #[salsa::lru(1024)]
64
fn ast_id_map(&self, file_id: HirFileId) -> Arc<AstIdMap>;
65
66
#[salsa::transparent]
0 commit comments