Skip to content

Commit 6032f0a

Browse files
authored
Merge pull request #149 from PoignardAzur/patch-2
Fix typo in parallel-front-end.md
2 parents 1b1c674 + 45321ae commit 6032f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/2024h2/parallel-front-end.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Summary
1212

13-
We will move rustc's support for parallel front end closer to stability by resolving [ICE] and [deadlock] issues, completing the [test] suit for multithreaded scenario and integrating parallel front end into bootstrap. This fits into our larger goal of improving rustc build times by 20% by leveraging multiple cores and enhance its robustness.
13+
We will move rustc's support for parallel front end closer to stability by resolving [ICE] and [deadlock] issues, completing the [test] suite for multithreaded scenario and integrating parallel front end into bootstrap. This fits into our larger goal of improving rustc build times by 20% by leveraging multiple cores and enhance its robustness.
1414

1515
## Motivation
1616

@@ -67,4 +67,4 @@ The parallel front end should be:
6767
[ICE]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AWG-compiler-parallel+ice
6868
[deadlock]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AWG-compiler-parallel+deadlock
6969
[test]: https://github.com/rust-lang/rust/issues/118698
70-
[issues]: https://github.com/rust-lang/rust/labels/WG-compiler-parallel
70+
[issues]: https://github.com/rust-lang/rust/labels/WG-compiler-parallel

0 commit comments

Comments
 (0)