mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Revert "eagarly clean astd maps"
This reverts commit 6c63a59425
.
This causes massive slowdowns: looks like we accidentally have some source-depndent
This commit is contained in:
parent
b1febf2e6d
commit
8876f44054
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ impl AstIdMap {
|
|||
Arc::new(AstIdMap::from_source_file(&source_file))
|
||||
}
|
||||
|
||||
pub(crate) fn ast_id_to_node_query(
|
||||
pub(crate) fn file_item_query(
|
||||
db: &impl DefDatabase,
|
||||
file_id: HirFileId,
|
||||
ast_id: ErasedFileAstId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue