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

Add conversions from io:ErrorKind to io::Error #37037

Merged
merged 1 commit into from
Nov 4, 2016

Commits on Nov 2, 2016

  1. Add a new non-heap allocated variant to io::Error's representation.

    Implement From<ErrorKind> for io::Error, intended for use with errors
    that should never be exposed to the user.
    Mark-Simulacrum committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    99234bb View commit details
    Browse the repository at this point in the history