Home
last modified time | relevance | path

Searched defs:UseGlobalCache (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_trait_selection/src/solve/
Deval_ctxt.rs123 pub enum UseGlobalCache { enum
127 impl UseGlobalCache { implementation
Dinspect.rs160 use_global_cache: UseGlobalCache, in new()