-
Notifications
You must be signed in to change notification settings - Fork 962
Add help message for missing toolchain #3939
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
Add help message for missing toolchain #3939
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for helping out! It'll be nice if you adjust our integration test accordingly as well :)
OK, I'll adjust it. Thx for replying! |
@jtr860830 No worries! Just remember to squash everything into a single commit since it's a single unit of change: we use atomic commits across the repo. The integration test you need to fix is |
00ddad1
to
cf73e77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and thanks again for helping out! :)
Concern: ignore non-official toolchain names
@jtr860830 Sorry, but I've changed my mind regarding this change, since it doesn't make the distinction between a typo (like Hint: Use |
I get it. I'll improve it! |
cf73e77
to
c32a1e7
Compare
c32a1e7
to
6bcdf1f
Compare
6bcdf1f
to
99d433c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, and thanks again for your help!
Co-authored-by: rami3l <rami3l@outlook.com>
99d433c
to
28a3d79
Compare
This PR has taught me a lot. Thx for your help! |
Closes #3573.
This patch adds a suggestion to run
rustup install <toolchain>
for missing toolchain.