File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ standard library, and documentation.
7
7
8
8
[ Rust ] : https://www.rust-lang.org
9
9
10
- ** Note: this README is for _ users_ rather than _ contributors_ .**
10
+ ** Note: this README is for _ users_ rather than _ contributors_ .
11
+ If you wish to _ contribute_ to the compiler, you should read the
12
+ [ Getting Started] [ gettingstarted ] of the rustc-dev-guide instead of this
13
+ section.**
11
14
12
15
## Quick Start
13
16
@@ -18,10 +21,6 @@ Read ["Installation"] from [The Book].
18
21
19
22
## Installing from Source
20
23
21
- ** Note: If you wish to _ contribute_ to the compiler, you should read the
22
- [ Getting Started] [ gettingstarted ] of the rustc-dev-guide instead of this
23
- section.**
24
-
25
24
The Rust build system uses a Python script called ` x.py ` to build the compiler,
26
25
which manages the bootstrapping process. More information about it can be found
27
26
by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
You can’t perform that action at this time.
0 commit comments