Skip to content
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

Documentation for try!() incorrectly mentions std::io #23540

Closed
theemathas opened this issue Mar 20, 2015 · 0 comments · Fixed by #23615
Closed

Documentation for try!() incorrectly mentions std::io #23540

theemathas opened this issue Mar 20, 2015 · 0 comments · Fixed by #23615

Comments

@theemathas
Copy link

The documentation for try!()

Helper macro for unwrapping Result values while returning early with an error if the value of the expression is Err. For more information, see std::io.

The current std::io module does not mention try!(). However, try!() is mentioned in std::old_io, but I think that it should be in std::error.

steveklabnik added a commit to steveklabnik/rust that referenced this issue Mar 22, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this issue Mar 23, 2015
Manishearth added a commit to Manishearth/rust that referenced this issue Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants