Skip to content

Commit 8759120

Browse files
lqdKobzol
andauthored
fix typo
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 43e4c1a commit 8759120

File tree

1 file changed

+1
-1
lines changed
  • content/rust-lld-on-stable-1.90.0

1 file changed

+1
-1
lines changed

content/rust-lld-on-stable-1.90.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some of Rust's wasm and aarch64 targets already use `lld` by default. When using
2222

2323
Since improvements to linking times are substantial, it would be a good default to use in the most popular targets. This has been discussed for a long time, for example in issues [#39915](https://github.com/rust-lang/rust/issues/39915) and [#71515](https://github.com/rust-lang/rust/issues/71515).
2424

25-
To expand our testing, we have enabled rustc to uses `rust-lld` by default on nightly, [in May 2024](https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html). No major issues have been reported since then.
25+
To expand our testing, we have enabled rustc to use `rust-lld` by default on nightly, [in May 2024](https://blog.rust-lang.org/2024/05/17/enabling-rust-lld-on-linux.html). No major issues have been reported since then.
2626

2727
We believe we've done all the internal testing that we could, on CI, crater, on our benchmarking infrastructure and on nightly, and plan to enable `rust-lld` to be the linker used by default on `x86_64-unknown-linux-gnu` for stable builds in 1.90.0.
2828

0 commit comments

Comments
 (0)