]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_query_system/src/ich/mod.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_query_system / src / ich / mod.rs
index 54416902e5fb63e0104d73fb8167b96efa399ed9..c42fcc9c82e1eeda9d437d744b47df8a4c720b6f 100644 (file)
@@ -1,6 +1,7 @@
 //! ICH - Incremental Compilation Hash
 
-pub use self::hcx::{NodeIdHashingMode, StableHashingContext};
+pub use self::hcx::StableHashingContext;
+pub use rustc_data_structures::stable_hasher::NodeIdHashingMode;
 use rustc_span::symbol::{sym, Symbol};
 
 mod hcx;