]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/src/lib.rs
Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errors
[rust.git] / compiler / rustc_target / src / lib.rs
index aaba0d7f093ae0c33b1e3f11078b157f5beffd43..b69a0a645a415913909e0dd127bff1485cfbb770 100644 (file)
 #[cfg(test)]
 mod tests;
 
-/// 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`.
-pub trait HashStableContext {}
+pub use rustc_abi::HashStableContext;
 
 /// The name of rustc's own place to organize libraries.
 ///