Skip to content

Commit c52d026

Browse files
oli-obkmark-i-m
authored andcommitted
md -> html
1 parent 928470c commit c52d026

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
@@ -3,7 +3,7 @@
33
The HIR – "High-Level Intermediate Representation" – is the primary IR used
44
in most of rustc. It is a compiler-friendly representation of the abstract
55
syntax tree (AST) that is generated after parsing, macro expansion, and name
6-
resolution (see [Lowering](./lowering.md) for how the HIR is created).
6+
resolution (see [Lowering](./lowering.html) for how the HIR is created).
77
Many parts of HIR resemble Rust surface syntax quite closely, with
88
the exception that some of Rust's expression forms have been desugared away.
99
For example, `for` loops are converted into a `loop` and do not appear in

0 commit comments

Comments
 (0)