We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be5475 commit a5363fbCopy full SHA for a5363fb
src/backend/codegen.md
@@ -3,7 +3,7 @@
3
Code generation (or "codegen") is the part of the compiler
4
that actually generates an executable binary.
5
Usually, rustc uses LLVM for code generation,
6
-bu there is also support for [Cranelift] and [GCC].
+but there is also support for [Cranelift] and [GCC].
7
The key is that rustc doesn't implement codegen itself.
8
It's worth noting, though, that in the Rust source code,
9
many parts of the backend have `codegen` in their names
0 commit comments