-
Notifications
You must be signed in to change notification settings - Fork 13.3k
target_feature_11
rejects code that was previously accepted
#108655
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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: