Skip to content

Move unused-attribute pass after trans #14406

Closed
@sfackler

Description

@sfackler

Many attributes are not used until after trans, but the current lint pass runs before it. Those attributes are currently globally whitelisted, but this isn't a great long term solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions