Home
last modified time | relevance | path

Searched defs:on_disk_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/query/
Dmod.rs95 pub mod on_disk_cache; module
Dplumbing.rs81 pub on_disk_cache: Option<OnDiskCache<'tcx>>, field
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dplumbing.rs400 let on_disk_cache = tcx.query_system.on_disk_cache.as_ref()?; in try_load_from_disk() localVariable