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

Fix the uds_datagram tests with the latest nightly stdlib #3952

Merged
merged 2 commits into from Jul 12, 2021

Commits on Jul 10, 2021

  1. Fix the uds_datagram tests with the latest nightly stdlib

    io::ErrorKind just replaced most uses of "Other" with "Uncategorized"
    and prohibits users from matching on "Uncategorized".  So match on the
    errno instead.
    
    rust-lang/rust#85746
    asomers committed Jul 10, 2021
    Copy the full SHA
    e742c5c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Copy the full SHA
    3830582 View commit details
    Browse the repository at this point in the history