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
The current version of the Handling Disconnects section of the book states:
In the shutdown case we use match void {} as a statically-checked unreachable!().
Please explain the significance of this statement. In how far is this a statically checked version of unreachable!?
unreachable!
This is the first time I am encountering this pattern and I am confused by the statement.
The text was updated successfully, but these errors were encountered:
cc @matklad
Sorry, something went wrong.
I also struggled with that section, reading about Empty types helped me.
matklad
No branches or pull requests
The current version of the Handling Disconnects section of the book states:
Please explain the significance of this statement. In how far is this a statically checked version of
unreachable!
?This is the first time I am encountering this pattern and I am confused by the statement.
The text was updated successfully, but these errors were encountered: