mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
6708081d6b
Correctly handle associated items in rustdoc macro expansion Fixes rust-lang/rust#156075. The bug was simply that it didn't cover associated items. r? @Urgau
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.