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

Implement From<TryReserveError> for io::Error #96505

Closed
wants to merge 3 commits into from

Commits on Apr 28, 2022

  1. Implement From<TryReserveError> for io::Error

    The `try_reserve` methods may be called when allocating for I/O.
    nvzqz committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a191d1c View commit details
    Browse the repository at this point in the history
  2. Add error messages

    nvzqz committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ecb94ba View commit details
    Browse the repository at this point in the history
  3. Switch to io::Error::new

    nvzqz committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c35eb0a View commit details
    Browse the repository at this point in the history