Rename rustc guide to rustc dev guide
This commit is contained in:
parent
0037f4e37c
commit
9d4fdba8be
40 changed files with 83 additions and 83 deletions
|
|
@ -2,6 +2,6 @@ The `codegen` crate contains the code to convert from MIR into LLVM IR,
|
|||
and then from LLVM IR into machine code. In general it contains code
|
||||
that runs towards the end of the compilation process.
|
||||
|
||||
For more information about how codegen works, see the [rustc guide].
|
||||
For more information about how codegen works, see the [rustc dev guide].
|
||||
|
||||
[rustc guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html
|
||||
[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/codegen.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue