-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
Each of the Clippy lints is documented and the clippy docs are index (this one for the current version) that allows people to easily discover these lints. We should make the rustc built-in lints discoverable in this way as well.
- Provide tooling to render documentation similar to the Clippy one for the rustc build-in lints
- generate docs that live next to the error index?
- We should add documentation to each of the built-in lints
- might be inspired by Clippy's style
- provide reasoning and example
scottmcm, tinaun, phansch, hobofan and alexander-irbis
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools