Rollup merge of #38549 - aidanhs:aphs-incremental-readme-note, r=nikomatsakis
Correct path of incremental artifacts Per https://github.com/rust-lang/rust/pull/38072#issuecomment-263670621 r? @nikomatsakis
This commit is contained in:
commit
8669b5dce3
@ -142,7 +142,7 @@ incremental builds:
|
||||
```
|
||||
|
||||
The `--incremental` flag will store incremental compilation artifacts
|
||||
in `build/stage0-incremental`. Note that we only use incremental
|
||||
in `build/<host>/stage0-incremental`. Note that we only use incremental
|
||||
compilation for the stage0 -> stage1 compilation -- this is because
|
||||
the stage1 compiler is changing, and we don't try to cache and reuse
|
||||
incremental artifacts across different versions of the compiler. For
|
||||
|
Loading…
Reference in New Issue
Block a user