Trait rustc_hir::HashStableContext
source · pub trait HashStableContext: HashStableContext + HashStableContext {
// Required method
fn hash_body_id(&mut self, _: BodyId, hasher: &mut StableHasher);
}
Expand description
Requirements for a StableHashingContext
to be used in this crate.
This is a hack to allow using the HashStable_Generic
derive macro
instead of implementing everything in rustc_middle
.