rust/compiler/rustc_typeck
Tony Arcieri 78567df575 Stabilize ADX target feature
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.
2022-03-14 18:56:39 -06:00
..
2022-03-14 18:56:39 -06:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.