Skip to content

Commit 8669b5d

Browse files
authored
Rollup merge of #38549 - aidanhs:aphs-incremental-readme-note, r=nikomatsakis
Correct path of incremental artifacts Per #38072 (comment) r? @nikomatsakis
2 parents e9a2a77 + 20b92db commit 8669b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ incremental builds:
142142
```
143143

144144
The `--incremental` flag will store incremental compilation artifacts
145-
in `build/stage0-incremental`. Note that we only use incremental
145+
in `build/<host>/stage0-incremental`. Note that we only use incremental
146146
compilation for the stage0 -> stage1 compilation -- this is because
147147
the stage1 compiler is changing, and we don't try to cache and reuse
148148
incremental artifacts across different versions of the compiler. For

0 commit comments

Comments
 (0)