Closed
Description
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.
- stdarch (submodule not updated yet)
- cargo (submodule updated in Update Clippy and cargo #67661)
- rustfmt (submodule not updated 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
Labels
Area: `#[stable]`, `#[unstable]` etc.Category: PRs that clean code up or issues documenting cleanup.Relevant to the cargo team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.