Skip to content

Commit 8b8a8b9

Browse files
authored
Update 2021-06-17-Rust-1.53.0.md
Adapted some review feedback from @Mark-Simulacrum
1 parent 67f9d8e commit 8b8a8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ from a repository where the default branch is called `main`.
118118

119119
### Incremental Compilation remains off by default
120120

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.
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.
122122

123123
### Stabilized APIs
124124

0 commit comments

Comments
 (0)