Fix swapped stability attributes for rustdoc lints This fixes a regression introduced in https://github.com/rust-lang/rust/pull/74855. Previously, `missing_doc_code_examples` would be run on stable and `private_doc_tests` would only be run on nightly. Now, it correctly does the reverse. Closes https://github.com/rust-lang/rust/issues/75951. r? @ehuss
This directory contains the source code of the rust project, including:
rustc
and its tests- 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.