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 >
2
4
3
5
This is the main source code repository for [ Rust] . It contains the compiler,
4
- standard library, and documentation.
6
+ standard library, and documentation.
5
7
6
8
[ Rust ] : https://www.rust-lang.org
7
9
@@ -17,9 +19,9 @@ Read ["Installation"] from [The Book].
17
19
_ Note: If you wish to contribute to the compiler, you should read [ this
18
20
chapter] [ rustcguidebuild ] of the rustc-dev-guide instead of this section._
19
21
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 ] .
23
25
24
26
[ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
25
27
@@ -54,9 +56,8 @@ or reading the [rustc dev guide][rustcguidebuild].
54
56
$ cp config.toml.example config.toml
55
57
```
56
58
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.
60
61
61
62
Create install directory if you are not installing in default directory
62
63
@@ -143,8 +144,8 @@ shell with:
143
144
```
144
145
145
146
Currently, 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
148
149
by manually calling the appropriate vcvars file before running the bootstrap.
149
150
150
151
` ` ` batch
0 commit comments