Skip to content

Commit 355976a

Browse files
[WIP] Address review feedback (round 7)
Co-authored-by: Mark Rousskov <[email protected]>
1 parent 614ff6f commit 355976a

File tree

1 file changed

+2
-0
lines changed
  • content/inside-rust/stage0-redesign

1 file changed

+2
-0
lines changed

content/inside-rust/stage0-redesign/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ team_url = "https://www.rust-lang.org/governance/teams/infra#team-bootstrap"
1010

1111
This blog post accompanies an [upcoming major change to the `rust-lang/rust` build system][stage0-redesign-pr] (see also [Major Change Proposal 619][redesign-stage0-mcp]). This will have no impact on the distributed artifacts from [rust-lang/rust], but the way we build those artifacts is changing.
1212

13+
This blog post focuses on motivation for the change and attempts to build a mental model for how the system works, rather than deep diving on workflow changes. See the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/building/bootstrapping/what-bootstrapping-does.html) for details on how you might need to change your workflow with these changes.
14+
1315
# TL;DR: What is being changed?
1416

1517
We are [redesigning the initial bootstrap sequence][stage0-redesign-pr] so that the standard library will now only support one compiler version. Building the in-tree compiler will no longer involve building the in-tree standard library. Instead, the pre-built beta standard library will be used.

0 commit comments

Comments
 (0)