diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-06-17 23:41:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 23:41:03 +0200 |
| commit | 4ec05e04d4abc3497fc35525c6bec5260c48af0c (patch) | |
| tree | f6e060eef86aa5b9c85c4b3d777efe3f38319406 | |
| parent | 0274401f93de16c04850fb99b535151e5abd0537 (diff) | |
| parent | 3fbac90c4d3b8db48d1f4e5634135b0d22723f16 (diff) | |
| download | rust-4ec05e04d4abc3497fc35525c6bec5260c48af0c.tar.gz rust-4ec05e04d4abc3497fc35525c6bec5260c48af0c.zip | |
Rollup merge of #86405 - rust-lang:pnkfelix-incr-comp-rel-note, r=Mark-Simulacrum
Add incr-comp note for 1.53.0 relnotes
| -rw-r--r-- | RELEASES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 9001f9c4b00..4b753a2b32f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -113,6 +113,7 @@ Compatibility Notes In particular, this was known to be a problem in the `lexical-core` crate, but they have published fixes for semantic versions 0.4 through 0.7. To update this dependency alone, use `cargo update -p lexical-core`. +- Incremental compilation remains off by default, unless one uses the `RUSTC_FORCE_INCREMENTAL=1` environment variable added in 1.52.1. Internal Only ------------- |
