We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 946f27e + 45107c7 commit 469ebddCopy full SHA for 469ebdd
src/macro-expansion.md
@@ -9,9 +9,6 @@ we have a complete [*Abstract Syntax Tree* (AST)][ast] for our crate with no
9
unexpanded macros (or a compile error).
10
11
[ast]: ./ast-validation.md
12
-[`rustc_ast`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/index.html
13
-[`rustc_expand`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/index.html
14
-[`rustc_builtin_macros`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_builtin_macros/index.html
15
[placeholders]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/placeholders/index.html
16
17
First, we discuss the algorithm that expands and integrates macro output into
0 commit comments