We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d684 commit 7d7351aCopy full SHA for 7d7351a
crates/core_arch/src/loongarch64/lasx/mod.rs
@@ -11,3 +11,7 @@ mod generated;
11
#[rustfmt::skip]
12
#[unstable(feature = "stdarch_loongarch", issue = "117427")]
13
pub use self::generated::*;
14
+
15
+#[rustfmt::skip]
16
+#[cfg(test)]
17
+mod tests;
0 commit comments