We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f98316 commit 5756aa3Copy full SHA for 5756aa3
src/compiler-src.md
@@ -106,7 +106,7 @@ parallel compilation.
106
However, since the query system is defined in [`rustc_middle`], nearly all
107
subsequent parts of the compiler depend on this crate. It is a really large
108
crate, leading to long compile times. Some efforts have been made to move stuff
109
-out of it with limited success. Another unfortunate sideffect is that sometimes
+out of it with limited success. Another unfortunate side effect is that sometimes
110
related functionality gets scattered across different crates. For example,
111
linting functionality is scattered across earlier parts of the crate,
112
[`rustc_lint`], [`rustc_middle`], and other places.
0 commit comments