cargo vendor doesn't respect symbolic links #10251
Labels
A-filesystem
Area: issues with filesystems
C-bug
Category: bug
Command-vendor
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
The function that
cargo vendor
uses to copy files doesn't respect symbolic links: https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/vendor.rs#L354This causes
cargo vendor
to fail if there are any broken symbolic links in the crate it's trying to vendor.Steps
Possible Solution(s)
Make that function respect symbolic links.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: