Skip to content

Commit 3c0490d

Browse files
Merge pull request #2782 from rust-lang/feature-gate
Update feature gating link in overview.md
2 parents 3579649 + ff3bbf3 commit 3c0490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)