Inline assembly uses the target features to determine which registers are available on the current target. However it needs to be able to access unstable target features for this. Fixes #99071
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.