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

invalid component gives unhelpful "unable to install" error

Open matthiaskrgr opened this issue 3 years ago • 0 comments

if you pass an invalid --component, cbr will print a rather unhelpful message

            Err(InstallError::NotFound { .. }) => {
                // go back just one day, presumably missing a nightly
                nightly_date = nightly_date.pred();
                eprintln!(
                    "*** unable to install {}. roll back one day and try again...",
                    t
                );

instead of anything about missing components

matthiaskrgr avatar Sep 24 '22 14:09 matthiaskrgr