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
Cargo briefly used os::copy_file, but switched back to shelling out to cp in order to preserve the execution bit (See #2456). We should update os::copy_file to add this functionality.
The text was updated successfully, but these errors were encountered:
Cargo briefly used
os::copy_file
, but switched back to shelling out tocp
in order to preserve the execution bit (See #2456). We should updateos::copy_file
to add this functionality.The text was updated successfully, but these errors were encountered: