cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Incompatibility of --preserve and --with-src

Open nickmertin opened this issue 4 years ago • 0 comments

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.

nickmertin avatar Jun 10 '21 02:06 nickmertin