diff options
| author | Kisaragi Marine <kisaragi.effective@gmail.com> | 2023-05-08 19:09:12 +0900 |
|---|---|---|
| committer | Kisaragi Marine <kisaragi.effective@gmail.com> | 2023-05-08 19:09:12 +0900 |
| commit | a4014f08a77f5e1df79e04492440eb1dbdc478bc (patch) | |
| tree | 8ef5b2e84d9d99314854a195e66ca3b21d9e46c0 | |
| parent | f7e54b85c42122b6e0a87eadecbac7b4ae8d5d04 (diff) | |
| download | rust-a4014f08a77f5e1df79e04492440eb1dbdc478bc.tar.gz rust-a4014f08a77f5e1df79e04492440eb1dbdc478bc.zip | |
std: remove test for arm's crypto feature
please see https://github.com/rust-lang/rust/pull/110285#issuecomment-1521201953 for more details
| -rw-r--r-- | library/std/tests/run-time-detect.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/tests/run-time-detect.rs b/library/std/tests/run-time-detect.rs index bf3c81fcc98..9ce29a33df6 100644 --- a/library/std/tests/run-time-detect.rs +++ b/library/std/tests/run-time-detect.rs @@ -16,7 +16,6 @@ fn arm_linux() { // tidy-alphabetical-start println!("aes: {}", is_arm_feature_detected!("aes")); println!("crc: {}", is_arm_feature_detected!("crc")); - println!("crypto: {}", is_arm_feature_detected!("crypto")); println!("neon: {}", is_arm_feature_detected!("neon")); println!("pmull: {}", is_arm_feature_detected!("pmull")); println!("sha2: {}", is_arm_feature_detected!("sha2")); |
