-
Notifications
You must be signed in to change notification settings - Fork 544
documentation about feature gates #98
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
Comments
Also, how to stabilize. And then maybe we can get rid of that forge article too... |
@nikomatsakis Could you clarify what you mean by this? Do you mean warning cycles and future compat lints? |
For anyone else coming here from google and looking for where the above link moved to: https://rust-lang.github.io/rustc-guide/implementing_new_features.html |
Thanks @alecmocatta |
@Centril Do you happen to know what the procedure is for this (from Niko's post above):
|
@mark-i-m It's documented in https://rust-lang.github.io/rustc-guide/implementing_new_features.html :) |
Oh, lol ok. I will close this issue then! |
I find myself referencing this forge article a lot:
https://forge.rust-lang.org/feature-guide.htmlEDIT (mark-i-m): this moved to https://rust-lang.github.io/rustc-guide/implementing_new_features.html
It's ok, but not great. Some things I would like to see covered in rustc-guide instead (and then perhaps remove that article):
sess.features.your_feature_here
as a booleanThe text was updated successfully, but these errors were encountered: