We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcc0aa9 + 80ec061 commit 23f7a47Copy full SHA for 23f7a47
src/doc/rustc-dev-guide/src/macro-expansion.md
@@ -2,9 +2,6 @@
2
3
<!-- toc -->
4
5
-> N.B. [`rustc_ast`], [`rustc_expand`], and [`rustc_builtin_macros`] are all
6
-> undergoing refactoring, so some of the links in this chapter may be broken.
7
-
8
Rust has a very powerful macro system. In the previous chapter, we saw how
9
the parser sets aside macros to be expanded (using temporary [placeholders]).
10
This chapter is about the process of expanding those macros iteratively until
0 commit comments