Skip to content

Commit 776405c

Browse files
committed
add missing s390x target feature to std detect test
1 parent 9312cd6 commit 776405c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/tests/run-time-detect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
all(target_arch = "powerpc64", target_os = "linux"),
1717
feature(stdarch_powerpc_feature_detection)
1818
)]
19+
#![cfg_attr(all(target_arch = "s390x", target_os = "linux"), feature(s390x_target_feature))]
1920

2021
#[test]
2122
#[cfg(all(target_arch = "arm", any(target_os = "linux", target_os = "android")))]

0 commit comments

Comments
 (0)