Skip to content

Commit 4e6f154

Browse files
authored
Rollup merge of rust-lang#133238 - heiher:loong-stdarch-rexport, r=Amanieu
re-export `is_loongarch_feature_detected` r? ``@Amanieu``
2 parents 40d6e2c + b2dc297 commit 4e6f154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ pub mod arch {
658658
pub use std_detect::is_aarch64_feature_detected;
659659
#[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")]
660660
pub use std_detect::is_arm_feature_detected;
661+
#[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
662+
pub use std_detect::is_loongarch_feature_detected;
661663
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
662664
pub use std_detect::is_riscv_feature_detected;
663665
#[stable(feature = "simd_x86", since = "1.27.0")]

0 commit comments

Comments
 (0)