mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
efd81b435b
Rename rustdoc/test -> rustdoc/doctest This modules contains the implementation of doctests, and not the tests of rustdoc itself. This name is confusing, so let's rename it to doctest for clarity.
This directory contains the source code of the rust project, including:
rustcand 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.