We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b846a commit 967e7afCopy full SHA for 967e7af
crates/core_arch/src/loongarch64/lasx/mod.rs
@@ -5,6 +5,10 @@
5
#[rustfmt::skip]
6
mod types;
7
8
+#[rustfmt::skip]
9
+#[unstable(feature = "stdarch_loongarch", issue = "117427")]
10
+pub use self::types::*;
11
+
12
13
mod generated;
14
crates/core_arch/src/loongarch64/lsx/mod.rs
0 commit comments