-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target_feature_11
rejects code that was previously accepted
#108655
Comments
Based on #73631 (comment), I'm guessing it would be fine to allow |
Technically, |
But yes, I believe this code actually should be fully acceptable. Note that in #108338 that if |
Assigning P-low because the regression has been contained to nightly versions due to an immediate revert, so this only blocks forward feature development. |
The preceding code used to compile successfully. Since the stabilization of
#![feature(target_feature_11)]
in #99767 the compilation fails with:The text was updated successfully, but these errors were encountered: