Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/traits/
Dproject.rs79 pub struct ProjectionCacheKey<'tcx> { struct
83 impl<'tcx> ProjectionCacheKey<'tcx> { impl
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dproject.rs2577 impl<'cx, 'tcx> ProjectionCacheKeyExt<'cx, 'tcx> for ProjectionCacheKey<'tcx> { implementation