Skip to content

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

Closed
@nagisa

Description

@nagisa

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

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

    No branches or pull requests

    Issue actions