Skip to content

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

Closed
@theemathas

Description

@theemathas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions