mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-09 15:08:41 +00:00
internal: Add config to specifiy lru capacities for all queries Might help figuring out what queries should be limited by LRU by default, as currently we only limit `parse`, `parse_macro_expansion` and `macro_expand`.