File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ we have a complete [*Abstract Syntax Tree* (AST)][ast] for our crate with no
99unexpanded macros (or a compile error).
1010
1111[ 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
1512[ placeholders ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/placeholders/index.html
1613
1714First, we discuss the algorithm that expands and integrates macro output into
You can’t perform that action at this time.
0 commit comments