-
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
missing generic_associated_types
stabilisation version?
#101766
Comments
Hm, it actually says it like this in the code :D |
This is correct, but not ideal: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#updating-the-feature-gate-listing cc @est31 maybe we want to special case this in the diagnostics |
Yeah seems I've missed correcting that lint. For GATs, the stabilization version will be adjusted very soon, in the coming days, as we are close to the release cycle. But this needs to be fixed for future stabilizations as well. Working on a PR. @rustbot label bug |
Yeah it warns correctly for lib features so only lang features are affected:
|
PR filed: #101772 |
with rustc master
rustc 1.65.0-nightly (5338f5f1d 2022-09-13)
looks like the stabilisation version is borked? 😅
cc @jackh726
The text was updated successfully, but these errors were encountered: