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

Add support for cargo --explain #2551

Merged
merged 1 commit into from
Apr 21, 2016
Merged

Commits on Apr 21, 2016

  1. Add support for cargo --explain

    The error messages in the compiler are being tweaked and will likely drop the
    `rustc --explain` part of the error message in favor of `--explain`. In that
    case you're expected to basically take whatever tool you're using and pass
    `--explain` to it with an error code, so let's add it to Cargo as well!
    alexcrichton committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    8dad57e View commit details
    Browse the repository at this point in the history