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

invalid component gives unhelpful "unable to install" error #215

Open
matthiaskrgr opened this issue Sep 24, 2022 · 0 comments
Open

invalid component gives unhelpful "unable to install" error #215

matthiaskrgr opened this issue Sep 24, 2022 · 0 comments
Labels
A-downloading Area: downloading toolchains A-errors Area: errors and warnings bug Something isn't working

Comments

@matthiaskrgr
Copy link
Member

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

@ehuss ehuss added A-errors Area: errors and warnings A-downloading Area: downloading toolchains bug Something isn't working 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 A-errors Area: errors and warnings bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants