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 " >
22
33This is the main source code repository for [ Rust] . It contains the compiler,
44standard library, and documentation.
@@ -17,9 +17,9 @@ Read ["Installation"] from [The Book].
1717_ Note: If you wish to contribute to the compiler, you should read [ this
1818chapter] [ rustcguidebuild ] of the rustc-dev-guide instead of this section._
1919
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 ] .
2323
2424[ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
2525
You can’t perform that action at this time.
0 commit comments