Skip to content

Commit fc22e61

Browse files
committed
Rename feature-gate-ck.md to feature-gate-check.md
1 parent d583667 commit fc22e61

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
- [`#[test]` implementation](./test-implementation.md)
125125
- [Panic implementation](./panic-implementation.md)
126126
- [AST validation](./ast-validation.md)
127-
- [Feature gate checking](./feature-gate-ck.md)
127+
- [Feature gate checking](./feature-gate-check.md)
128128
- [Lang Items](./lang-items.md)
129129
- [The HIR (High-level IR)](./hir.md)
130130
- [Lowering AST to HIR](./hir/lowering.md)
File renamed without changes.

src/syntax-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ And parsing requires macro expansion, which in turn may require parsing the outp
1313

1414
[AST]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_parse/index.html
1515
[macro expansion]: ./macro-expansion.md
16-
[feature-gate checking]: ./feature-gate-ck.md
16+
[feature-gate checking]: ./feature-gate-check.md
1717
[lexing, parsing]: ./the-parser.md
1818
[name resolution]: ./name-resolution.md
1919
[validation]: ./ast-validation.md

0 commit comments

Comments
 (0)