We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928470c commit c52d026Copy full SHA for c52d026
src/hir.md
@@ -3,7 +3,7 @@
3
The HIR – "High-Level Intermediate Representation" – is the primary IR used
4
in most of rustc. It is a compiler-friendly representation of the abstract
5
syntax tree (AST) that is generated after parsing, macro expansion, and name
6
-resolution (see [Lowering](./lowering.md) for how the HIR is created).
+resolution (see [Lowering](./lowering.html) for how the HIR is created).
7
Many parts of HIR resemble Rust surface syntax quite closely, with
8
the exception that some of Rust's expression forms have been desugared away.
9
For example, `for` loops are converted into a `loop` and do not appear in
0 commit comments