typo
This commit is contained in:
parent
aaa2f43a03
commit
b8a53ca947
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ This is also where `--keep-stage 1 library/std` comes into play. Since most
|
|||
changes to the compiler don't actually change the ABI, once you've produced a
|
||||
`std` in `stage1`, you can probably just reuse it with a different compiler. If
|
||||
the ABI hasn't changed, you're good to go, no need to spend time recompiling
|
||||
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
|
||||
the previous compile is fine and copies those artifacts into the appropriate
|
||||
place, skipping the `cargo` invocation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue