Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cffda3d

Browse files
committedJun 27, 2020
missing link
1 parent e9bf36f commit cffda3d

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)
Please sign in to comment.