diff options
| author | mark <markm@cs.wisc.edu> | 2020-06-27 11:07:25 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-08-02 19:44:04 -0500 |
| commit | d4d856c3b100438b2052bfa7ff4900e2d20eeb6a (patch) | |
| tree | 04532207c8b1da6ae7b407632e52e5f879bec0a7 /src/doc/rustc-dev-guide | |
| parent | 40884cad8507b72b1183710f49a01130daa0f85f (diff) | |
| download | rust-d4d856c3b100438b2052bfa7ff4900e2d20eeb6a.tar.gz rust-d4d856c3b100438b2052bfa7ff4900e2d20eeb6a.zip | |
missing link
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-src.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-src.md b/src/doc/rustc-dev-guide/src/compiler-src.md index 5d8c3ca04de..fc71187347a 100644 --- a/src/doc/rustc-dev-guide/src/compiler-src.md +++ b/src/doc/rustc-dev-guide/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 |
