Skip to content

Commit ff3bbf3

Browse files
Update feature gating link in overview.md
1 parent 3579649 commit ff3bbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ For more details on bootstrapping, see
406406
- [Entry point for outline module parsing](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/module/fn.parse_external_mod.html)
407407
- [Entry point for macro fragments][parse_nonterminal]
408408
- `AST` definition: [`rustc_ast`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html)
409-
- Feature gating: **TODO**
409+
- Feature gating: [Feature Gate Checking](feature-gate-check.md)
410410
- Early linting: **TODO**
411411
- The High Level Intermediate Representation (HIR)
412412
- Guide: [The HIR](hir.md)

0 commit comments

Comments
 (0)