Skip to content

Commit ff15aaf

Browse files
committed
missing link
1 parent 89018e5 commit ff15aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler-src.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ related functionality gets scattered across different crates. For example,
104104
linting functionality is scattered across earlier parts of the crate,
105105
[`rustc_lint`], [`rustc_middle`], and other places.
106106

107+
[`rustc_lint`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/index.html
108+
107109
More generally, in an ideal world, it seems like there would be fewer, more
108110
cohesive crates, with incremental and parallel compilation making sure compile
109111
times stay reasonable. However, our incremental and parallel compilation haven't

0 commit comments

Comments
 (0)