Skip to content

Commit 946f27e

Browse files
authored
Merge pull request #2378 from smanilov/patch-7
2 parents d4bf7d4 + e96bd9b commit 946f27e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/macro-expansion.md

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
<!-- toc -->
44

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-
85
Rust has a very powerful macro system. In the previous chapter, we saw how
96
the parser sets aside macros to be expanded (using temporary [placeholders]).
107
This chapter is about the process of expanding those macros iteratively until

0 commit comments

Comments
 (0)