Skip to content

Commit e08e6d2

Browse files
evmarnnethercote
authored andcommitted
relocate link closer to paragraph that references it
Just noticed this when editing the nearby text.
1 parent 6058ddc commit e08e6d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/build-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ lld is not fully supported for use with Rust, but it should work for most use
348348
cases on Linux and Windows. There is a [GitHub Issue] tracking full support for
349349
lld.
350350

351+
[GitHub Issue]: https://github.com/rust-lang/rust/issues/39915#issuecomment-618726211
352+
351353
Another option is [mold], which is currently available on Linux.
352354
Simply substitute `mold` for `lld` in the instructions above. mold is often
353355
faster than lld.
@@ -359,8 +361,6 @@ It is also much newer and may not work in all cases.
359361
Unlike the other options in this chapter, there are no trade-offs here!
360362
Alternative linkers can be dramatically faster, without any downsides.
361363

362-
[GitHub Issue]: https://github.com/rust-lang/rust/issues/39915#issuecomment-618726211
363-
364364
### Experimental Parallel Front-end
365365

366366
If you use nightly Rust, you can enable the experimental [parallel front-end].

0 commit comments

Comments
 (0)