1- # The Rust Programming Language
1+ <a href = " https://www.rust-lang.org/ " >
2+ <img width = " 90% " height = " auto " src = " https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust " alt = " The Rust Programming Language " >
3+ </a >
24
35This is the main source code repository for [ Rust] . It contains the compiler,
4- standard library, and documentation.
6+ standard library, and documentation.
57
68[ Rust ] : https://www.rust-lang.org
79
@@ -17,9 +19,9 @@ Read ["Installation"] from [The Book].
1719_ Note: If you wish to contribute to the compiler, you should read [ this
1820chapter] [ rustcguidebuild ] of the rustc-dev-guide instead of this section._
1921
20- The Rust build system has a Python script called ` x.py ` to bootstrap building
21- the compiler . More information about it may be found by running ` ./x.py --help `
22- or reading the [ rustc dev guide] [ rustcguidebuild ] .
22+ The Rust build system uses a Python script called ` x.py ` to build the compiler,
23+ which manages the bootstrapping process . More information about it can be found
24+ by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
2325
2426[ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
2527
@@ -54,9 +56,8 @@ or reading the [rustc dev guide][rustcguidebuild].
5456 $ cp config.toml.example config.toml
5557 ```
5658
57- It is recommended that if you plan to use the Rust build system to create
58- an installation (using ` ./x.py install` ) that you set the ` prefix` value
59- in the ` [install]` section to a directory that you have write permissions.
59+ If you plan to use ` x.py install` to create an installation, it is recommended
60+ that you set the ` prefix` value in the ` [install]` section to a directory.
6061
6162 Create install directory if you are not installing in default directory
6263
@@ -143,8 +144,8 @@ shell with:
143144```
144145
145146Currently, building Rust only works with some known versions of Visual Studio. If
146- you have a more recent version installed the build system doesn' t understand
147- then you may need to force rustbuild to use an older version. This can be done
147+ you have a more recent version installed and the build system doesn' t understand,
148+ you may need to force rustbuild to use an older version. This can be done
148149by manually calling the appropriate vcvars file before running the bootstrap.
149150
150151` ` ` batch
0 commit comments