@@ -120,9 +120,9 @@ shell with:
120
120
> python x.py build
121
121
```
122
122
123
- Currently building Rust only works with some known versions of Visual Studio. If
123
+ Currently, building Rust only works with some known versions of Visual Studio. If
124
124
you have a more recent version installed the build system doesn't understand
125
- then you may need to force rustbuild to use an older version. This can be done
125
+ then you may need to force rust build to use an older version. This can be done
126
126
by manually calling the appropriate vcvars file before running the bootstrap.
127
127
128
128
```
@@ -134,7 +134,7 @@ python x.py build
134
134
[ specifying-an-abi ] : #specifying-an-abi
135
135
136
136
Each specific ABI can also be used from either environment (for example, using
137
- the GNU ABI in powershell ) by using an explicit build triple. The available
137
+ the GNU ABI in PowerShell ) by using an explicit build triple. The available
138
138
Windows build triples are:
139
139
- GNU ABI (using GCC)
140
140
- ` i686-pc-windows-gnu `
@@ -159,7 +159,7 @@ $ ./configure
159
159
$ make && sudo make install
160
160
```
161
161
162
- When using the configure script, the generated ` config.mk ` file may override the
162
+ When using the configure script, the generated ` config.mk ` the file may override the
163
163
` config.toml ` file. To go back to the ` config.toml ` file, delete the generated
164
164
` config.mk ` file.
165
165
@@ -180,9 +180,9 @@ the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will
180
180
[ notes ] : #notes
181
181
182
182
Since the Rust compiler is written in Rust, it must be built by a
183
- precompiled "snapshot" version of itself (made in an earlier state of
183
+ precompiled "snapshot" version of itself (made in an earlier stage of
184
184
development). As such, source builds require a connection to the Internet, to
185
- fetch snapshots, and an OS that can execute the available snapshot binaries.
185
+ fetch snapshots and an OS that can execute the available snapshot binaries.
186
186
187
187
Snapshot binaries are currently built and tested on several platforms:
188
188
0 commit comments