We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aa141 commit f47dc09Copy full SHA for f47dc09
posts/inside-rust/2024-05-01-enabling-rust-lld-on-linux.md
@@ -79,5 +79,6 @@ resource-constrained environments.
79
#### Summary
80
81
rustc will use `rust-lld` on `x86_64-unknown-linux-gnu` nightlies, for much improved linking times.
82
-Let us know if you encounter problems, by opening an issue on github. If that happens, you can
+Let us know if you encounter problems, by [opening an
83
+issue](https://github.com/rust-lang/rust/issues/new/choose) on github. If that happens, you can
84
revert to the default linker with the `-Z linker-features=-lld` flag.
0 commit comments