1
- <a href = " https://www.rust-lang.org/ " >
1
+ <a href = " https://www.rust-lang.org/ " >
2
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
3
</a >
4
4
5
5
This is the main source code repository for [ Rust] . It contains the compiler,
6
- standard library, and documentation.
6
+ standard library, and documentation.
7
7
8
8
[ Rust ] : https://www.rust-lang.org
9
9
@@ -23,7 +23,7 @@ Read ["Installation"] from [The Book].
23
23
section.**
24
24
25
25
The Rust build system uses a Python script called ` x.py ` to build the compiler,
26
- which manages the bootstrapping process. More information about it can be found
26
+ which manages the bootstrapping process. More information about it can be found
27
27
by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
28
28
29
29
[ gettingstarted ] : https://rustc-dev-guide.rust-lang.org/getting-started.html
@@ -157,17 +157,6 @@ by manually calling the appropriate vcvars file before running the bootstrap.
157
157
> python x.py build
158
158
` ` `
159
159
160
- # ## Building rustc with older host toolchains
161
- It is still possible to build Rust with the older toolchain versions listed below, but only if the
162
- LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN option is set to true in the config.toml file.
163
-
164
- * Clang 3.1
165
- * Apple Clang 3.1
166
- * GCC 4.8
167
- * Visual Studio 2015 (Update 3)
168
-
169
- Toolchain versions older than what is listed above cannot be used to build rustc.
170
-
171
160
# ### Specifying an ABI
172
161
173
162
Each specific ABI can also be used from either environment (for example, using
0 commit comments