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 59d20ee commit d87cd3aCopy full SHA for d87cd3a
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