From 0dab310a1bd95059d3afa1b7331c280857bd47ea Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 27 Jun 2020 11:07:25 -0500 Subject: [PATCH] missing link --- src/compiler-src.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler-src.md b/src/compiler-src.md index 5d8c3ca0..fc711873 100644 --- a/src/compiler-src.md +++ b/src/compiler-src.md @@ -104,6 +104,8 @@ related functionality gets scattered across different crates. For example, linting functionality is scattered across earlier parts of the crate, [`rustc_lint`], [`rustc_middle`], and other places. +[`rustc_lint`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/index.html + More generally, in an ideal world, it seems like there would be fewer, more cohesive crates, with incremental and parallel compilation making sure compile times stay reasonable. However, our incremental and parallel compilation haven't