Add automated tool to ensure new feature gates are documented #78211
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This would be part of a larger effort to automate documentation updates. The
issue is that updates to the compiler may require updates to documentation, but
it's not as simple as just updating a doc comment; you may need to:
The goal for this first issue is to just add a check that would be run in CI to
ensure all feature gates have documentation in the unstable book. Quoting from
@jyn514 on Zulip:
See the relevant discussion here on Zulip.
The text was updated successfully, but these errors were encountered: