mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
14895ea78b
Pass around Symbols instead of Idents in doctree The span was unused. Vaguely related to https://github.com/rust-lang/rust/pull/78082 - currently working on converting `visit_ast` to use `hir::intravisit` and this makes that a little easier. r? ``@GuillaumeGomez``
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.