Skip to content

Commit 566c945

Browse files
Merge pull request rust-lang#854 from rust-lang/rel-1-53-0-still-incr-comp-disabled
added note that incr-comp is still off by default in 1.53 release
2 parents 0fdd30a + 8b8a8b9 commit 566c945

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 1.53.0 stable release, the method for reenabling incremental is unchanged from 1.52.1.
122+
119123
### Stabilized APIs
120124

121125
The following methods and trait implementations were stabilized.

0 commit comments

Comments
 (0)