]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=Amanieu
authorYuki Okushi <jtitor@2k36.org>
Tue, 3 Aug 2021 23:05:56 +0000 (08:05 +0900)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 23:05:56 +0000 (08:05 +0900)
Remove the aarch64 `crypto` target_feature

The subfeatures `aes` or `sha2` should be used instead.

This can't yet be done for ARM targets as some LLVM intrinsics still require `crypto`.

Also update the runtime feature detection tests in `library/std` to mirror the updates in `stdarch`. This also helps https://github.com/rust-lang/rust/issues/86941

r? ``@Amanieu``


Trivial merge