We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cc79f commit 1cf6a82Copy full SHA for 1cf6a82
README.md
@@ -4,7 +4,7 @@ Rust is a systems programming language that is fast, memory safe and
4
multithreaded, but does not employ a garbage collector or otherwise
5
impose significant runtime overhead.
6
7
-This repo contains the code for `rustc`, the Rust compiler, as well
+This repo contains the code for the compiler (`rustc`), as well
8
as standard libraries, tools and documentation for Rust.
9
10
## Quick Start
0 commit comments