-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustpkg usage messages need work #6365
Comments
Not a release blocker, de-milestoning |
this looks ok through my triage goggles |
third - http://tim.dreamwidth.org/1820526.html?thread=12097902#cmt12097902 points out some bad error messages. When you use a URL that's not supported yet, rustpkg should explain that you need to supply a package ID. In general, no user should see an "unhandled condition" message -- it's like an ICE in rustc. Conditions should always be trapped so a friendlier error message can get printed. |
Today, |
rustpkg doesn't exist anymore, closing |
For starters:
rustpkg build
, by itself, should explain that you need to provide a package ID, in the resulting error message.The text was updated successfully, but these errors were encountered: