mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
329753e248
Move unstable is_{arch}_feature_detected! macros to std::arch
These macros are unstable, except for `is_x86_feature_detected` which is still exported from the crate root for backwards-compatibility.
This should unblock the stabilization of `is_aarch64_feature_detected`.
r? ```@m-ou-se```