File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 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.
77
88[ Rust ] : https://www.rust-lang.org
99
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.**
1114
1215## Quick Start
1316
@@ -18,10 +21,6 @@ Read ["Installation"] from [The Book].
1821
1922## Installing from Source
2023
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-
2524The Rust build system uses a Python script called ` x.py ` to build the compiler,
2625which manages the bootstrapping process. More information about it can be found
2726by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
You can’t perform that action at this time.
0 commit comments