Description
Problem
When using cargo install --git
to install a package like cargo itself, a lot of warnings are emitted about duplicated packages. It seems that these packages are only used for the tests, and not sure if the warnings affect the final build.
warning: skipping duplicate package `cargo-list-test-fixture` found at `~\.cargo\git\checkouts\cargo-..`
...
It seems that this is caused by this commit:
e903f7d
Steps
Try to build cargo with itself:
cargo install --git https://github.com/rust-lang/cargo
Possible Solution(s)
No response
Notes
No response
Version
cargo 1.63.0-nightly (38472bc19 2022-05-31)