Auto merge of #14632 - Veykril:lru-macro, r=lnicola

internal: Increase LRU cache size for parse_expansion and macro_expand queries
This commit is contained in:
bors 2023-04-22 11:13:35 +00:00
commit 5750d81e30
3 changed files with 12 additions and 7 deletions

View file

@ -115,6 +115,7 @@ impl AstIdMap {
}
}
}
res.arena.shrink_to_fit();
res
}