Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility of --preserve and --with-src #133

Open
nickmertin opened this issue Jun 10, 2021 · 0 comments
Open

Incompatibility of --preserve and --with-src #133

nickmertin opened this issue Jun 10, 2021 · 0 comments
Labels
A-downloading Area: downloading toolchains bug Something isn't working

Comments

@nickmertin
Copy link

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.

@ehuss ehuss added bug Something isn't working A-downloading Area: downloading toolchains labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-downloading Area: downloading toolchains bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants