1- <a href = " https://www.rust-lang.org/ " >
1+ <a href = " https://www.rust-lang.org/ " >
22<img width = " 90% " height = " auto " src = " https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust " alt = " The Rust Programming Language " >
33</a >
44
55This is the main source code repository for [ Rust] . It contains the compiler,
6- standard library, and documentation.
6+ standard library, and documentation.
77
88[ Rust ] : https://www.rust-lang.org
99
@@ -23,7 +23,7 @@ Read ["Installation"] from [The Book].
2323section.**
2424
2525The 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
2727by running ` ./x.py --help ` or reading the [ rustc dev guide] [ rustcguidebuild ] .
2828
2929[ 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.
157157> python x.py build
158158` ` `
159159
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-
171160# ### Specifying an ABI
172161
173162Each specific ABI can also be used from either environment (for example, using
0 commit comments