diff options
| author | bors <bors@rust-lang.org> | 2023-05-09 12:28:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-09 12:28:34 +0000 |
| commit | f7b831ac8a897273f78b9f47165cf8e54066ce4b (patch) | |
| tree | be9d1b453b11177e85b663ab22111c4fad732681 | |
| parent | ecd3dbab4ed82abfa05e22069261e565239449cf (diff) | |
| parent | a4014f08a77f5e1df79e04492440eb1dbdc478bc (diff) | |
| download | rust-f7b831ac8a897273f78b9f47165cf8e54066ce4b.tar.gz rust-f7b831ac8a897273f78b9f47165cf8e54066ce4b.zip | |
Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu
stdarch: update submodule We need [this commit](https://github.com/rust-lang/stdarch/commit/cf3deeae3a420fc8b409b596aeda6ce7027067d3) introduced by [stdarch#1411](https://github.com/rust-lang/stdarch/pull/1411) in order to merge #110189. Note to myself: `git pull && git submodule update --remote library/stdarch`
| -rw-r--r-- | library/std/tests/run-time-detect.rs | 1 | ||||
| m--------- | library/stdarch | 0 |
2 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")); diff --git a/library/stdarch b/library/stdarch -Subproject b655243782c18d3419439daa523782e0818ecf2 +Subproject 7e2cdc675b92165c5f8c4c794620252be4605e7 |
