We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3579649 + ff3bbf3 commit 3c0490dCopy full SHA for 3c0490d
src/overview.md
@@ -406,7 +406,7 @@ For more details on bootstrapping, see
406
- [Entry point for outline module parsing](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/module/fn.parse_external_mod.html)
407
- [Entry point for macro fragments][parse_nonterminal]
408
- `AST` definition: [`rustc_ast`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html)
409
- - Feature gating: **TODO**
+ - Feature gating: [Feature Gate Checking](feature-gate-check.md)
410
- Early linting: **TODO**
411
- The High Level Intermediate Representation (HIR)
412
- Guide: [The HIR](hir.md)
0 commit comments