Skip to content

Commit f7b831a

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 ecd3dba + a4014f0 commit f7b831a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library/std/tests/run-time-detect.rs

-1
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"));

0 commit comments

Comments
 (0)