We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e798dc4 commit 9e2cdeeCopy full SHA for 9e2cdee
src/building/bootstrapping.md
@@ -218,7 +218,7 @@ Stage N `std` is pretty much necessary for any useful work with the stage N comp
218
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!
219
220
The reason these need to be different is because they aren't necessarily ABI-compatible:
221
-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
222
to Rust metadata on nightly that aren't present in beta.
223
224
This is also where `--keep-stage 1 library/std` comes into play. Since most
0 commit comments