We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/hir/
1 parent 2078906 commit 68124e5Copy full SHA for 68124e5
src/SUMMARY.md
@@ -121,8 +121,9 @@
121
- [Feature gate checking](./feature-gate-ck.md)
122
- [Lang Items](./lang-items.md)
123
- [The HIR (High-level IR)](./hir.md)
124
- - [Lowering AST to HIR](./ast-lowering.md)
125
- - [Debugging](./hir-debugging.md)
+ - [Lowering AST to HIR](./hir/lowering.md)
+ - [Ambig/Unambig Types and Consts](./hir/ambig-unambig-ty-and-consts.md)
126
+ - [Debugging](./hir/debugging.md)
127
- [The THIR (Typed High-level IR)](./thir.md)
128
- [The MIR (Mid-level IR)](./mir/index.md)
129
- [MIR construction](./mir/construction.md)
src/hir/ambig-unambig-ty-and-consts.md
@@ -0,0 +1 @@
1
+# Ambig/Unambig Types and Consts
src/hir-debugging.md renamed to src/hir/debugging.md
src/ast-lowering.md renamed to src/hir/lowering.md
0 commit comments