missing link

This commit is contained in:
mark 2020-06-27 11:07:25 -05:00 committed by Who? Me?!
parent a9024bd3b2
commit e10dbb8586
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ related functionality gets scattered across different crates. For example,
linting functionality is scattered across earlier parts of the crate, linting functionality is scattered across earlier parts of the crate,
[`rustc_lint`], [`rustc_middle`], and other places. [`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 More generally, in an ideal world, it seems like there would be fewer, more
cohesive crates, with incremental and parallel compilation making sure compile cohesive crates, with incremental and parallel compilation making sure compile
times stay reasonable. However, our incremental and parallel compilation haven't times stay reasonable. However, our incremental and parallel compilation haven't