Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information