Skip to content

Commit 4a56973

Browse files
committed
Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu
stdarch: update submodule We need [this commit](rust-lang/stdarch@cf3deea) introduced by [stdarch#1411](rust-lang/stdarch#1411) in order to merge #110189. Note to myself: `git pull && git submodule update --remote library/stdarch`
2 parents cc0b02d + f917333 commit 4a56973

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

std/tests/run-time-detect.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn arm_linux() {
1616
// tidy-alphabetical-start
1717
println!("aes: {}", is_arm_feature_detected!("aes"));
1818
println!("crc: {}", is_arm_feature_detected!("crc"));
19-
println!("crypto: {}", is_arm_feature_detected!("crypto"));
2019
println!("neon: {}", is_arm_feature_detected!("neon"));
2120
println!("pmull: {}", is_arm_feature_detected!("pmull"));
2221
println!("sha2: {}", is_arm_feature_detected!("sha2"));

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit b655243782c18d3419439daa523782e0818ecf26
1+
Subproject commit 7e2cdc675b92165c5f8c4c794620252be4605e74

0 commit comments

Comments
 (0)