Skip to content

Commit c4f0929

Browse files
Update posts/inside-rust/2022-02-22-compiler-team-ambitions-2022.md
Co-authored-by: Felix S Klock II <pnkfelix@pnkfx.org>
1 parent d13c7af commit c4f0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2022-02-22-compiler-team-ambitions-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ If you want to discuss more with us about past attempts and ideas for the future
266266

267267
Incremental compilation performance and stability are both ongoing concerns to the team. We *know* there is significant room to improve the effectiveness of incremental compilation, in terms of reducing the amount of redundant work done by successive `rustc` invocations.
268268

269-
In addition, there is a significant amount of work that could be done to improve our testing infrastructure for incremental compilation which does not require deep knowledge of the compiler.
269+
In addition, there is a significant amount of work that could be done to improve our testing infrastructure for incremental compilation which does not require deep knowledge of the compiler. We have had to disable and subsequently reenable incremental compilation on the stable release; we want to expand our validation strategies so that we get alerted to problems in incremental compilation well before they come close to the stable channel.
270270

271271
If you want to learn more, reach out to [cjgillot] and [Aaron Hill].
272272

0 commit comments

Comments
 (0)