You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments