Skip to content

Tidy check for error codes doesn't detect if an error code isn't used anymore #86097

Closed
@GuillaumeGomez

Description

@GuillaumeGomez
Member

Thanks to #86096, we were able to realize that the error code which weren't used anymore weren't detected. This shouldn't be the case!

Activity

added a commit that references this issue on Jun 24, 2021

Rollup merge of rust-lang#86137 - GuillaumeGomez:error-code-cleanup, …

55fd13b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

A-error-codesArea: Explanation of an error code (--explain)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @GuillaumeGomez

    Issue actions

      Tidy check for error codes doesn't detect if an error code isn't used anymore · Issue #86097 · rust-lang/rust