We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c880e commit 247519eCopy full SHA for 247519e
src/macro-expansion.md
@@ -11,7 +11,7 @@ This chapter is about the process of expanding those `macro`s iteratively until
11
we have a complete [*Abstract Syntax Tree* (`AST`)][ast] for our crate with no
12
unexpanded `macro`s (or a compile error).
13
14
-[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
+[ast]: ./ast-validation.md
15
[`rustc_ast`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/index.html
16
[`rustc_expand`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/index.html
17
[`rustc_builtin_macros`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_builtin_macros/index.html
0 commit comments