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

Running cratesfyi add-essential-files fails if nightly toolchain not installed #2051

Open
rylev opened this issue Feb 15, 2023 · 0 comments
Open

Comments

@rylev
Copy link
Member

rylev commented Feb 15, 2023

This happens due to check here which will bail out of the function if the check for the current version fails (which happens if the toolchain is not installed).

What's worse, because nothing is logged the user is not told about this error at all. It returns a generic error saying something failed.

Ideally, we would detect when the error is that the nightly toolchain is not installed, and we would install it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant