Skip to content

Commit e96bd9b

Browse files
committed
Remove n.b. about parser refactoring
Discussed in PR 2378; the note was outdated.
1 parent 380a77e commit e96bd9b

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)