Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dimpls_ty.rs43 impl<'a, 'tcx, T> ToStableHashKey<StableHashingContext<'a>> for &'tcx ty::List<T> impl
58 impl<'a> ToStableHashKey<StableHashingContext<'a>> for SimplifiedType { impl
87 impl<'a> ToStableHashKey<StableHashingContext<'a>> for region::Scope { impl
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dstable_hasher.rs206 pub trait ToStableHashKey<HCX> { trait