Skip to content

Remove use of issue = "0" in submodules (stdarch, cargo, and rustfmt) #67496

Closed
@rossmacarthur

Description

@rossmacarthur

With #41260 resolved, issue = "0" in unstable attributes is disallowed in the compiler because issue = "none" should be used instead. However, some submodules haven't been updated to use this yet.

Once this is done the code in src/libsyntax/attr.rs that allows issue = "0" can be updated.

See #67480 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-stabilityArea: `#[stable]`, `#[unstable]` etc.C-cleanupCategory: PRs that clean code up or issues documenting cleanup.T-cargoRelevant to the cargo team, which will review and decide on the PR/issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-dev-toolsRelevant to the dev-tools subteam, 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