diff options
Diffstat (limited to 'library/stdarch/crates/std_detect/tests/cpu-detection.rs')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/cpu-detection.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/library/stdarch/crates/std_detect/tests/cpu-detection.rs b/library/stdarch/crates/std_detect/tests/cpu-detection.rs index 01a9040da84..f20ea6a2f77 100644 --- a/library/stdarch/crates/std_detect/tests/cpu-detection.rs +++ b/library/stdarch/crates/std_detect/tests/cpu-detection.rs @@ -1,4 +1,8 @@ -#![feature(stdarch_internal, stdarch_arm_feature_detection)] +#![feature( + stdarch_internal, + stdarch_arm_feature_detection, + stdarch_powerpc_feature_detection +)] #![allow(clippy::unwrap_used, clippy::use_debug, clippy::print_stdout)] #