]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/parallel-rustc.md
New upstream version 1.55.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / parallel-rustc.md
index 8be19e8dcfe5f730bf85008f286c837ad30af27e..eec8219a5b7fce7e8194db63cd102e38be520a00 100644 (file)
@@ -3,7 +3,7 @@
 Most of the compiler is not parallel. This represents an opportunity for
 improving compiler performance.
 
-As of <!-- date: 2021-01 --> January 2021, work on explicitly parallelizing the
+As of <!-- date: 2021-07 --> July 2021, work on explicitly parallelizing the
 compiler has stalled. There is a lot of design and correctness work that needs
 to be done.