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)
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.rsthat allowsissue = "0"can be updated.See #67480 (comment)