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

@ -53,7 +53,7 @@ pub struct FileRange {
pub range: TextRange,
}
pub const DEFAULT_LRU_CAP: usize = 128;
pub const DEFAULT_PARSE_LRU_CAP: usize = 128;
pub trait FileLoader {
/// Text of the file.