rustc_query_system/ich/mod.rs
1//! ICH - Incremental Compilation Hash
2
3pub use self::hcx::StableHashingContext;
4
5mod hcx;
6mod impls_syntax;
1//! ICH - Incremental Compilation Hash
2
3pub use self::hcx::StableHashingContext;
4
5mod hcx;
6mod impls_syntax;