Skip to content

Commit 247519e

Browse files
TbkhiNoratrieb
authored andcommitted
Update macro-expansion.md
1 parent a4c880e commit 247519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This chapter is about the process of expanding those `macro`s iteratively until
1111
we have a complete [*Abstract Syntax Tree* (`AST`)][ast] for our crate with no
1212
unexpanded `macro`s (or a compile error).
1313

14-
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
14+
[ast]: ./ast-validation.md
1515
[`rustc_ast`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/index.html
1616
[`rustc_expand`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/index.html
1717
[`rustc_builtin_macros`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_builtin_macros/index.html

0 commit comments

Comments
 (0)