diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2023-12-19 00:54:26 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-12-19 01:25:56 +0000 |
| commit | b5406fedd45fa9dec157ed011f710e03d37278c5 (patch) | |
| tree | 89c0aa5fd805e860ee2123f4bfe36c44e831a363 /library/stdarch/crates/std_detect | |
| parent | 786f28dd8b05bb946697f6f5652d25d7008c3f62 (diff) | |
| download | rust-b5406fedd45fa9dec157ed011f710e03d37278c5.tar.gz rust-b5406fedd45fa9dec157ed011f710e03d37278c5.zip | |
Add `#![allow(internal_features)]` to a test to fix CI
Diffstat (limited to 'library/stdarch/crates/std_detect')
| -rw-r--r-- | library/stdarch/crates/std_detect/tests/cpu-detection.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/stdarch/crates/std_detect/tests/cpu-detection.rs b/library/stdarch/crates/std_detect/tests/cpu-detection.rs index 1a3acfaaffa..cb57b849d69 100644 --- a/library/stdarch/crates/std_detect/tests/cpu-detection.rs +++ b/library/stdarch/crates/std_detect/tests/cpu-detection.rs @@ -1,3 +1,4 @@ +#![allow(internal_features)] #![feature(stdarch_internal)] #![cfg_attr(target_arch = "arm", feature(stdarch_arm_feature_detection))] #![cfg_attr(target_arch = "powerpc", feature(stdarch_powerpc_feature_detection))] |
