We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380a77e commit e96bd9bCopy full SHA for e96bd9b
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