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 RUSTUP_PERMIT_COPY_RENAME condition so it is actually used #3292

Merged

Commits on Mar 28, 2023

  1. Fix RUSTUP_PERMIT_COPY_RENAME condition so it is actually used

    The addition of the experimental io::ErrorKind::CrossesDevices variant
    prevented the RUSTUP_PERMIT_COPY_RENAME condition on io::ErrorKind::Other
    from matching.  This shows why it is a bad idea to explicitly match on
    io::ErrorKind::Other rather than using the default pattern and it doesn't
    seem like there was any need to do that anyways given the raw_os_error
    condition.
    dylanahsmith committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a9589c7 View commit details
    Browse the repository at this point in the history