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 9312cd6 commit 776405cCopy full SHA for 776405c
library/std/tests/run-time-detect.rs
@@ -16,6 +16,7 @@
16
all(target_arch = "powerpc64", target_os = "linux"),
17
feature(stdarch_powerpc_feature_detection)
18
)]
19
+#![cfg_attr(all(target_arch = "s390x", target_os = "linux"), feature(s390x_target_feature))]
20
21
#[test]
22
#[cfg(all(target_arch = "arm", any(target_os = "linux", target_os = "android")))]
0 commit comments