File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
22
Version 1.52.0 (2021-05-06)
2
23
============================
3
24
You can’t perform that action at this time.
0 commit comments