cargo-bisect-rustc
cargo-bisect-rustc copied to clipboard
Incompatibility of --preserve and --with-src
If cargo-bisect-rustc is run with --preserve and without --with-src, and then at a later point is run with --with-src, it does not install the rust-src component for any versions which --preserve cached on the previous run. This causes errors when testing using features which depend on that, such as cargo's build-std.