We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df0262 commit 0eb2c70Copy full SHA for 0eb2c70
src/parallel-rustc.md
@@ -13,7 +13,7 @@ The underlying thread-safe data-structures used in the parallel compiler
13
can be found in `rustc_data_structures/sync.rs`. Some of these data structures
14
use the `parking_lot` API.
15
16
-## Code Gen
+## Codegen
17
18
During [monomorphization][monomorphization] the compiler splits up all the code to
19
be generated into smaller chunks called _codegen units_. These are then generated by
0 commit comments