mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
b273c7502e
This was added in611d0e6cce, to allow its child `#results` element to be absolutely positioned inside it. The child stopped being absolute in8c0469552e. To keep the layout looking the same, the links need to not have `width: 100%` any more, relying instead on the box naturally growing to fit because it has `display: block`.
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like cargo, miri, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.