We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d4e2f commit 67ec74dCopy full SHA for 67ec74d
src/codegen.md
@@ -4,9 +4,9 @@ Code generation or "codegen" is the part of the compiler that actually
4
generates an executable binary. rustc uses LLVM for code generation.
5
6
> NOTE: If you are looking for hints on how to debug code generation bugs,
7
-> please see [this section of the debugging chapter][debug].
+> please see [this section of the debugging chapter][debugging].
8
9
-[debug]: compiler-debugging.html#debugging-llvm
+[debugging]: codegen/debugging.html
10
11
## What is LLVM?
12
0 commit comments