Skip to content

Remove try --explain EXXXX if we know that an explanation is not written #59848

@nagisa

Description

@nagisa
Member

Ideally we would have explanations written for every error code, but that is a long term effort and we should stop giving people false hope about things possibly existing when we know that they do not exist in cases like these:

error: aborting due to previous error

For more information about this error, try `rustc --explain E0495`.

$ rustc --explain E0495
error: no extended information for E0495

Activity

added a commit that references this issue on Apr 18, 2019
72494e8
added a commit that references this issue on Apr 18, 2019
e928e94
added a commit that references this issue on Apr 18, 2019
39fbbd1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @nagisa

      Issue actions

        Remove `try --explain EXXXX` if we know that an explanation is not written · Issue #59848 · rust-lang/rust