Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
frewsxcv opened this issue Mar 29, 2018 · 2 comments
Closed

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

frewsxcv opened this issue Mar 29, 2018 · 2 comments
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools

Comments

@frewsxcv
Copy link
Member

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:

@frewsxcv frewsxcv added the A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools label Mar 29, 2018
@zackmdavis
Copy link
Member

duplicate of #49416?

@frewsxcv
Copy link
Member Author

yep! good call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

No branches or pull requests

2 participants