File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ being a `hair::ExprKind::Neg(hair::Expr)` it is a `hair::ExprKind::Neg(hir::Expr
24
24
This shallowness enables the ` HAIR ` to represent all datatypes that [ HIR] has, but
25
25
without having to create an in-memory copy of the entire [ HIR] .
26
26
[ MIR] lowering will first convert the topmost expression from
27
- [ HIR] to [ HAIR] (in [ rustc_mir ::hair::cx::expr] ) and then process
27
+ [ HIR] to [ HAIR] (in [ ` rustc_mir_build ::hair::cx::expr` ] ) and then process
28
28
the [ HAIR] expressions recursively.
29
29
30
30
The lowering creates local variables for every argument as specified in the signature.
@@ -154,5 +154,5 @@ case of `enum`s.
154
154
[ HIR ] : ../hir.html
155
155
[ HAIR ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/hair/index.html
156
156
157
- [ rustc_mir ::hair::cx::expr] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir /hair/cx/expr/index.html
157
+ [ `rustc_mir_build ::hair::cx::expr` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build /hair/cx/expr/index.html
158
158
[ `mir_built` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/build/fn.mir_built.html
You can’t perform that action at this time.
0 commit comments