You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2021-07-29-Rust-1.54.0.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This means that we can expose some of the intrinsics as entirely safe functions,
54
54
55
55
### Incremental Compilation is re-enabled by default
56
56
57
-
Incremental compilation has been re-enabled by default in this release, after it being disabled by default in 1.52.
57
+
Incremental compilation has been re-enabled by default in this release, after it being disabled by default in 1.52.1.
58
58
59
59
In Rust 1.52, additional validation was added when loading incremental compilation data from the on-disk cache.
60
60
This resulted in a number of pre-existing potential soundness issues being uncovered as the validation changed these silent bugs into internal compiler errors (ICEs).
@@ -63,7 +63,7 @@ In response, the Compiler Team decided to disable incremental compilation in the
63
63
Since then, we've conducted a [series of retrospectives][retros] and contributors have been hard at work resolving the reported issues, with some fixes landing in 1.53 and the majority landing in this release. [^2]
64
64
65
65
There are currently still two known issues which can result in an ICE.
66
-
Due to the lack of automated crash reporting, we can't be certain of the full extent of impact of the outstanding issues. However, based on the feedback we received from users affected by the 1.52 release, we believe these issues to be rare.
66
+
Due to the lack of automated crash reporting, we can't be certain of the full extent of impact of the outstanding issues. However, based on the feedback we received from users affected by the 1.52 release, we believe the remaining issues to be rare in practice.
67
67
68
68
Therefore, incremental compilation has been re-enabled in this release!
69
69
@@ -72,6 +72,7 @@ Therefore, incremental compilation has been re-enabled in this release!
0 commit comments