We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439215 commit 4375ceaCopy full SHA for 4375cea
posts/2024-08-08-Rust-1.80.1.md
@@ -29,7 +29,7 @@ Rust 1.80.1 fixes two regressions that were recently reported.
29
30
In addition to the existing optimizations performed by LLVM, rustc is growing
31
its own set of optimizations. Rust 1.78.0 added a new one, implementing ["jump
32
-threading"] (merging together two adjacent branches performing the same
+threading"] (merging together two adjacent branches that perform the same
33
comparison).
34
35
The optimization was also enabled on branches checking for floating point
0 commit comments