-
Notifications
You must be signed in to change notification settings - Fork 501
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
Remove the never type documentation #945
Comments
FWIW, there was a renewed effort at rust-lang/rust#79470 to attempt to stabilize it. I don't think it should be removed, because it is stable as a function return type. |
Its usage there is not as a type, but as a stand-in for not return a type. I wonder how long it'll be until it can be actually stabilized. |
Maybe, instead of removing, we can mark them as nightly-only and strip or gray them out when building the reference for stable Rust. For the people doing their daily work on nightly Rust, maybe it's worth giving them a version of reference for the broader language. |
That's supposed to be the purview of The Unstable Book. Otherwise, trying to document things that are going to change is a lot of churn and we don't have the manpower for that. |
It's still not stable. :(
The text was updated successfully, but these errors were encountered: