diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-10-31 23:16:24 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-11-01 17:07:55 +0000 |
| commit | bc9a202a222da3d421f63d3960a871f239dae609 (patch) | |
| tree | c7175fa5a01becf65502c95e4f8dcf224d9c8838 /compiler/rustc_query_system/src/query/mod.rs | |
| parent | ade5cffc2ba4a238030aca3386532fdf20c9d26d (diff) | |
| download | rust-bc9a202a222da3d421f63d3960a871f239dae609.tar.gz rust-bc9a202a222da3d421f63d3960a871f239dae609.zip | |
Use Key impl to select cache.
Diffstat (limited to 'compiler/rustc_query_system/src/query/mod.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/query/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/query/mod.rs b/compiler/rustc_query_system/src/query/mod.rs index bf14cd8de37..1d3b46aad7b 100644 --- a/compiler/rustc_query_system/src/query/mod.rs +++ b/compiler/rustc_query_system/src/query/mod.rs @@ -8,7 +8,7 @@ pub use self::job::{print_query_stack, QueryInfo, QueryJob, QueryJobId, QueryJob mod caches; pub use self::caches::{ - ArenaCache, DefaultCache, QueryCache, QueryStorage, VecArenaCache, VecCache, + CacheSelector, DefaultCacheSelector, QueryCache, QueryStorage, VecCacheSelector, }; mod config; |
