We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to back out #206 until it's re-stabilized.
The text was updated successfully, but these errors were encountered:
@Centril I'm guessing that the reference should probably include more detail on the never type (https://github.com/rust-lang/reference/blob/master/src/types/never.md is pretty slim), would you agree? Is that something you'd like to do? If not, I can probably try to figure out what could be added, but an outline of what would be useful to add would be helpful.
(And congratulations on getting it stabilized. 😄 )
Sorry, something went wrong.
@ehuss It seems roughly in good shape, but I would probably extend that with:
enum Void {}
()
never_type
!
If you have a sec to file the PR that would be neat!
Thanks! (I wonder how long it lasts... 😅)
Closing this as it has been re-stabilized. rust-lang/rust#65355
No branches or pull requests
We need to back out #206 until it's re-stabilized.
The text was updated successfully, but these errors were encountered: