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
Expected result
Steps 3 and 4 should produce the same output.
Actual result
>cargo vendor
To use vendored sources, add this to your .cargo/config for this project:
[source.vendored-sources]
directory = "vendor"
>cargo vendor
To use vendored sources, add this to your .cargo/config for this project:
[source.vendored-sources]
directory = "\\\\?\\C:\\temp\\rust_playground\\cargo_vendor_is_broken\\vendor"
Version info
Windows
>cargo version
cargo 1.39.0-nightly (3f700ec43 2019-08-19)