Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/traits/
Dproject.rs68 pub struct ProjectionCache<'a, 'tcx> { struct
69 map: &'a mut SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>, argument
74 pub struct ProjectionCacheStorage<'tcx> { argument
143 impl<'tcx> ProjectionCache<'_, 'tcx> { impl
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dundo_log.rs29 ProjectionCache(traits::UndoLog<'tcx>), enumerator