Skip to content

Commit 67f9d8e

Browse files
authored
Update 2021-06-17-Rust-1.53.0.md
1 parent 0fdd30a commit 67f9d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

posts/2021-06-17-Rust-1.53.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Cargo no longer assumes the default `HEAD` of git repositories is named `master`
116116
This means you no longer need to specify `branch = "main"` for git dependencies
117117
from a repository where the default branch is called `main`.
118118

119+
### Incremental Compilation remains off by default
120+
121+
As previously discussed on the [blog post for version 1.52.1](/2021/05/10/Rust-1.52.1.html), incremental compilation has been turned off by default on the stable Rust release channel. The feature remains available on the beta and nightly release channels. For the stable release channel, you can explicitly opt into re-enabling incremental compilation via the `RUSTC_FORCE_INCREMENTAL=1` environment variable.
122+
119123
### Stabilized APIs
120124

121125
The following methods and trait implementations were stabilized.

0 commit comments

Comments
 (0)