Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e16df87

Browse files
authored
Fix typo (rust-lang#1315)
1 parent d794d74 commit e16df87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/building/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Stage N `std` is pretty much necessary for any useful work with the stage N comp
218218
Without it, you can only compile programs with `#![no_core]` -- not terribly useful!
219219

220220
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
221+
there could be new layout optimizations, changes to MIR, or other changes
222222
to Rust metadata on nightly that aren't present in beta.
223223

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

0 commit comments

Comments
 (0)