mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
7e0246552f
lint-docs: Warn on missing lint when documenting. In #79522, I missed converting one of the errors to a warning, in the situation where a lint is missing. This was unearthed by the renaming of overlapping-patterns (#78242). This will still be validated during the test phase.
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.