We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ed54f commit 0e1ad67Copy full SHA for 0e1ad67
src/appendix/stupid-stats.md
@@ -94,7 +94,7 @@ translation).
94
> NOTE: `librustc_trans` and `librustc_back` no longer exist, and we don't
95
> translate AST or HIR directly to LLVM IR anymore. Instead, see
96
> [`librustc_codegen_llvm`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/index.html)
97
-> and [`librustc_codegen_utils`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_utils/index.html).
+> and [`librustc_codegen_ssa`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/index.html).
98
99
All these phases are coordinated by the driver. To see the exact sequence, look
100
at the `compile_input` function in `librustc_driver`.
0 commit comments