We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![allow(internal_features)]
1 parent 821a641 commit 5a6ca2dCopy full SHA for 5a6ca2d
crates/std_detect/tests/cpu-detection.rs
@@ -1,3 +1,4 @@
1
+#![allow(internal_features)]
2
#![feature(stdarch_internal)]
3
#![cfg_attr(target_arch = "arm", feature(stdarch_arm_feature_detection))]
4
#![cfg_attr(target_arch = "powerpc", feature(stdarch_powerpc_feature_detection))]
0 commit comments