Skip to content

Commit

Permalink
Fix typo (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
teobouvard authored Feb 24, 2022
1 parent e798dc4 commit 9e2cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/bootstrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Stage N `std` is pretty much necessary for any useful work with the stage N comp
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!

The reason these need to be different is because they aren't necessarily ABI-compatible:
there could be a new layout optimizations, changes to MIR, or other changes
there could be new layout optimizations, changes to MIR, or other changes
to Rust metadata on nightly that aren't present in beta.

This is also where `--keep-stage 1 library/std` comes into play. Since most
Expand Down

0 comments on commit 9e2cdee

Please sign in to comment.