Skip to content

Commit dbfb44d

Browse files
DavidArchibaldtshepang
authored andcommitted
Fix broken link to "Lowering"
1 parent 79bf0ba commit dbfb44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The HIR – "High-Level Intermediate Representation" – is the primary IR used
66
in most of rustc. It is a compiler-friendly representation of the abstract
77
syntax tree (AST) that is generated after parsing, macro expansion, and name
8-
resolution (see [Lowering](./lowering.html) for how the HIR is created).
8+
resolution (see [Lowering](./ast-lowering.html) for how the HIR is created).
99
Many parts of HIR resemble Rust surface syntax quite closely, with
1010
the exception that some of Rust's expression forms have been desugared away.
1111
For example, `for` loops are converted into a `loop` and do not appear in

0 commit comments

Comments
 (0)