]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/lib.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / compiler / rustc_target / src / lib.rs
index cb8f6b9656c6834fd620a2bb02c1bbb035bdb3eb..d39e5a5aa2c3f4bed54ec4272d7e50a94e808000 100644 (file)
@@ -27,6 +27,9 @@ pub mod abi;
 pub mod asm;
 pub mod spec;
 
+#[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`.