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 c09ac19 commit 1babfe7Copy full SHA for 1babfe7
src/tools/rust-analyzer/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