Skip to content

Commit a50c1cb

Browse files
mark-i-mJoshua Nelson
and
Joshua Nelson
authored
Typo
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 3f72fc9 commit a50c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-src.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ parallel compilation.
106106
However, since the query system is defined in [`rustc_middle`], nearly all
107107
subsequent parts of the compiler depend on this crate. It is a really large
108108
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
109+
out of it with limited success. Another unfortunate side effect is that sometimes
110110
related functionality gets scattered across different crates. For example,
111111
linting functionality is scattered across earlier parts of the crate,
112112
[`rustc_lint`], [`rustc_middle`], and other places.

0 commit comments

Comments
 (0)