File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # The Rust Programming Language
1
+ < img height = " 50 " src = " https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust " >
2
2
3
3
This is the main source code repository for [ Rust] . It contains the compiler,
4
4
standard library, and documentation.
@@ -17,9 +17,9 @@ Read ["Installation"] from [The Book].
17
17
_ Note: If you wish to contribute to the compiler, you should read [ this
18
18
chapter] [ rustcguidebuild ] of the rustc-dev-guide instead of this section._
19
19
20
- The Rust build system has a Python script called ` x.py ` to bootstrap when building
21
- the compiler . More information about it can be found by running ` ./x.py --help `
22
- or reading the [ rustc dev guide] [ rustcguidebuild ] .
20
+ The Rust build system uses a Python script called x.py to build the compiler,
21
+ which manages the bootstrapping process . More information about it can be found
22
+ by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
23
23
24
24
[ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
25
25
You can’t perform that action at this time.
0 commit comments