mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:49:33 +00:00
Fix ascii art text wrapping in mobile Fix #81377 Before    After    Note the second image is scrolled to the back (right), I added some padding for the text block (not the code block) to make it more comfortable to read since the last character is stuck to the last character.
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.