We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e37f3 + c01c2d6 commit 313c111Copy full SHA for 313c111
1 file changed
src/building/bootstrapping/what-bootstrapping-does.md
@@ -243,7 +243,7 @@ This is also where `--keep-stage 1 library/std` comes into play. Since most
243
changes to the compiler don't actually change the ABI, once you've produced a
244
`std` in `stage1`, you can probably just reuse it with a different compiler. If
245
the ABI hasn't changed, you're good to go, no need to spend time recompiling
246
-that `std`. The flag `--keep-stage` simply instructs the build script to assumes
+that `std`. The flag `--keep-stage` simply instructs the build script to assume
247
the previous compile is fine and copies those artifacts into the appropriate
248
place, skipping the `cargo` invocation.
249
0 commit comments