Skip to content

Create autogenerated reference for all the lints known by rustc #49483

Closed
@frewsxcv

Description

@frewsxcv

similar to the error index or unstable book

one can get all the lints via lint_store on the session:

pub lint_store: RefCell<lint::LintStore>,

we'll probably want to create a new crate in src/tools/ for retrieving the lints and generating markdown, similar to:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions