We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4bf7d4 + e96bd9b commit 946f27eCopy full SHA for 946f27e
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