Skip to content

rustc --explain E0495 missing documentation #51243

Closed
@smklein

Description

@smklein

This error message was reported while compiling a project of mine locally:
error[E0495]: cannot infer an appropriate lifetime for autoref due to conflicting requirements`

The compiler advised the following:
For more information about this error, try rustc --explain E0495.

However, that results in the following:

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

For reference:

$ rustc --version
rustc 1.28.0-nightly (990d8aa 2018-05-25)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lintsC-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions