We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b948d81 + 74f1818 commit 716f920Copy full SHA for 716f920
README.md
@@ -1,9 +1,11 @@
1
# The Rust Programming Language
2
3
-This is a compiler for Rust, including standard libraries, tools and
4
-documentation. Rust is a systems programming language that is fast,
5
-memory safe and multithreaded, but does not employ a garbage collector
6
-or otherwise impose significant runtime overhead.
+Rust is a systems programming language that is fast, memory safe and
+multithreaded, but does not employ a garbage collector or otherwise
+impose significant runtime overhead.
+
7
+This repo contains the code for `rustc`, the Rust compiler, as well
8
+as standard libraries, tools and documentation for Rust.
9
10
## Quick Start
11
0 commit comments