-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
error message for missing main function in example is non-specific #1361
Comments
Hm perhaps this is more of a compiler issue than a Cargo issue? Cargo currently does not interpret errors at all, it just ships them back to the front. Although one possible step Cargo could take is:
(which seems plausible?) |
Triage: this is still a problem, but I had to either The error messages still don't mention
|
I think this is resolved by rust-lang/rust#48706. |
Running with
--verbose
does at least print the last command run (pointing the finger atexamples/foo,rs
), but it seems bad to have a rawerror:
printed like this.The text was updated successfully, but these errors were encountered: