mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
353f3a3846
Add more timing info to rustdoc This helped me confirm in https://github.com/rust-lang/rust/issues/79103#issuecomment-745737864 that get_blanket_impls is indeed what's taking all the time on stm32. r? `@Mark-Simulacrum`
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.