Skip to content

Commit

Permalink
Rollup merge of rust-lang#38549 - aidanhs:aphs-incremental-readme-not…
Browse files Browse the repository at this point in the history
…e, r=nikomatsakis

Correct path of incremental artifacts

Per rust-lang#38072 (comment)

r? @nikomatsakis
  • Loading branch information
steveklabnik committed Dec 24, 2016
2 parents e9a2a77 + 20b92db commit 8669b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 8669b5d

Please sign in to comment.