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

Update target-not-found error message #1770

Conversation

kinnison
Copy link
Contributor

In an effort to make error messages clearer and more helpful,
this replaces the target not found: 'foo' message with the
more helpful target 'foo' not found in channel. Perhaps check https://forge.rust-lang.org/platform-support.html for available targets.

This fixes #1741

/cc @PaulBone

In an effort to make error messages clearer and more helpful,
this replaces the `target not found: 'foo'` message with the
more helpful `target 'foo' not found in channel.  Perhaps
check https://forge.rust-lang.org/platform-support.html for
available targets`.

This fixes rust-lang#1741

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
@kinnison kinnison added this to the 1.18.0 milestone Apr 16, 2019
@PaulBone
Copy link

@kinnison Awesome, thanks.

@kinnison
Copy link
Contributor Author

Thanks for your review.

@kinnison kinnison merged commit 8f1d93e into rust-lang:master Apr 17, 2019
@kinnison kinnison deleted the better-bad-toolchain-target-message-on-install branch April 17, 2019 07:06
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

Successfully merging this pull request may close these issues.

'rustup install' error could be more helpful
2 participants