We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec896d commit f20187bCopy full SHA for f20187b
src/building/bootstrapping.md
@@ -202,7 +202,7 @@ to Rust metadata on nightly that aren't present in beta.
202
This is also where `--keep-stage 1 library/std` comes into play. Since most
203
changes to the compiler don't actually change the ABI, once you've produced a
204
`std` in stage 1, you can probably just reuse it with a different compiler.
205
-If the ABI hasn't changed, you're good to go, no need to spend the time
+If the ABI hasn't changed, you're good to go, no need to spend time
206
recompiling that `std`.
207
`--keep-stage` simply assumes the previous compile is fine and copies those
208
artifacts into the appropriate place, skipping the cargo invocation.
0 commit comments