about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix S Klock II <pnkfelix@pnkfx.org>2021-06-17 12:45:50 -0400
committerGitHub <noreply@github.com>2021-06-17 12:45:50 -0400
commit3fbac90c4d3b8db48d1f4e5634135b0d22723f16 (patch)
tree0a175a11c43b6ee8bc12f6d66724765da4c9b873
parent0ef2b4a29bf70e8984d0d2febb7a546856c554a0 (diff)
downloadrust-3fbac90c4d3b8db48d1f4e5634135b0d22723f16.tar.gz
rust-3fbac90c4d3b8db48d1f4e5634135b0d22723f16.zip
Update RELEASES.md
-rw-r--r--RELEASES.md1
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
 -------------