Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/traits/
Dproject.rs74 pub struct ProjectionCacheStorage<'tcx> { struct
75 map: SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>,
133 impl<'tcx> ProjectionCacheStorage<'tcx> { impl
251 impl<'tcx> Rollback<UndoLog<'tcx>> for ProjectionCacheStorage<'tcx> { implementation