mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
a9710deebc
Fix invalid scrollbar display on source code page Fixes bug introduced in #90983:   To fix it, I simply unset the `overflow-y` on the source code page so it's not displayed anymore. r? ``@jsha``
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.