HashStableContext in rustc_ast - Rust (original) (raw)

rustc_ast

Trait HashStableContext

Source

pub trait HashStableContext: HashStableContext { }

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.

Implementors§