Skip to content

Commit 68124e5

Browse files
committed
Stub chapter and consolidate under /hir/
1 parent 2078906 commit 68124e5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@
121121
- [Feature gate checking](./feature-gate-ck.md)
122122
- [Lang Items](./lang-items.md)
123123
- [The HIR (High-level IR)](./hir.md)
124-
- [Lowering AST to HIR](./ast-lowering.md)
125-
- [Debugging](./hir-debugging.md)
124+
- [Lowering AST to HIR](./hir/lowering.md)
125+
- [Ambig/Unambig Types and Consts](./hir/ambig-unambig-ty-and-consts.md)
126+
- [Debugging](./hir/debugging.md)
126127
- [The THIR (Typed High-level IR)](./thir.md)
127128
- [The MIR (Mid-level IR)](./mir/index.md)
128129
- [MIR construction](./mir/construction.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ambig/Unambig Types and Consts
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)