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