Skip to content

Commit dcd2eec

Browse files
Update 2021-07-29-Rust-1.54.0.md
1 parent f7921da commit dcd2eec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posts/2021-07-29-Rust-1.54.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This means that we can expose some of the intrinsics as entirely safe functions,
5454

5555
### Incremental Compilation is re-enabled by default
5656

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

5959
In Rust 1.52, additional validation was added when loading incremental compilation data from the on-disk cache.
6060
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
6363
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]
6464

6565
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.
6767

6868
Therefore, incremental compilation has been re-enabled in this release!
6969

@@ -72,6 +72,7 @@ Therefore, incremental compilation has been re-enabled in this release!
7272
[#84970]: https://github.com/rust-lang/rust/issues/84970
7373
[1.52.1 release notes]: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
7474
[retros]: https://github.com/rust-lang/compiler-team/issues/435
75+
7576
### Stabilized APIs
7677

7778
The following methods and trait implementations were stabilized.

0 commit comments

Comments
 (0)