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.
2 parents 09a537e + d719fd9 commit e11af1cCopy full SHA for e11af1c
crates/core_arch/src/lib.rs
@@ -22,7 +22,6 @@
22
arm_target_feature,
23
mips_target_feature,
24
powerpc_target_feature,
25
- s390x_target_feature,
26
loongarch_target_feature,
27
wasm_target_feature,
28
abi_unadjusted,
@@ -65,11 +64,7 @@
65
64
)]
66
#![cfg_attr(
67
test,
68
- feature(
69
- stdarch_arm_feature_detection,
70
- stdarch_powerpc_feature_detection,
71
- stdarch_s390x_feature_detection
72
- )
+ feature(stdarch_arm_feature_detection, stdarch_powerpc_feature_detection,)
73
74
75
#[cfg(test)]
rust-version
@@ -1 +1 @@
1
-73e6c9ebd9123154a196300ef58e30ec8928e74e
+8401398e1f14a24670ee1a3203713dc2f0f8b3a8
0 commit comments