Skip to content

Commit 5a2dbd0

Browse files
pietroalbiniMark-Simulacrum
authored andcommitted
backport 1.52.1 release notes
1 parent 4bac69d commit 5a2dbd0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RELEASES.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Version 1.52.1 (2021-05-10)
2+
============================
3+
4+
This release disables incremental compilation, unless the user has explicitly
5+
opted in via the newly added RUSTC_FORCE_INCREMENTAL=1 environment variable.
6+
7+
This is due to the widespread, and frequently occuring, breakage encountered by
8+
Rust users due to newly enabled incremental verification in 1.52.0. Notably,
9+
Rust users **should** upgrade to 1.52.0 or 1.52.1: the bugs that are detected by
10+
newly added incremental verification are still present in past stable versions,
11+
and are not yet fixed on any channel. These bugs can lead to miscompilation of
12+
Rust binaries.
13+
14+
These problems only affect incremental builds, so release builds with Cargo
15+
should not be affected unless the user has explicitly opted into incremental.
16+
Debug and check builds are affected.
17+
18+
See [84970] for more details.
19+
20+
[84970]: https://github.com/rust-lang/rust/issues/84970
21+
122
Version 1.52.0 (2021-05-06)
223
============================
324

0 commit comments

Comments
 (0)