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.
#![allow(internal_features)]
1 parent 786f28d commit b5406feCopy full SHA for b5406fe
library/stdarch/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