We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 Error Handling Documentation on the page http://static.rust-lang.org/doc/master/std/io/index.html has a code example that is incorect it is missing a .trap method.
The text was updated successfully, but these errors were encountered:
std: io: add some code examples
da3e64d
Closes rust-lang#11232.
95ace50
Auto merge of rust-lang#11233 - Centri3:rust-lang#11232, r=Jarcho
0d0dbae
[`arc_with_non_send_sync`]: No longer lints macro-generated code Fixes rust-lang#11232 changelog: [`arc_with_non_send_sync`]: No longer lints macro-generated code
No branches or pull requests
The Error Handling Documentation on the page http://static.rust-lang.org/doc/master/std/io/index.html has a code example that is incorect it is missing a .trap method.
The text was updated successfully, but these errors were encountered: