mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 05:56:47 +00:00
This is a continuation of #60109, which noted that while the ADX intrinsics were stabilized, the corresponding target feature never was. This PR follows the same general structure and stabilizes the ADX target feature.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.