Remove use of issue = "0"
in submodules (stdarch, cargo, and rustfmt)
#67496
Labels
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
With #41260 resolved,
issue = "0"
in unstable attributes is disallowed in the compiler becauseissue = "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 allowsissue = "0"
can be updated.See #67480 (comment)
The text was updated successfully, but these errors were encountered: