Remove n.b. about parser refactoring

Discussed in PR 2378; the note was outdated.
This commit is contained in:
Stan Manilov 2025-05-09 16:42:35 +03:00
parent 380a77e5a7
commit e96bd9bfc0
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
<!-- toc --> <!-- toc -->
> N.B. [`rustc_ast`], [`rustc_expand`], and [`rustc_builtin_macros`] are all
> undergoing refactoring, so some of the links in this chapter may be broken.
Rust has a very powerful macro system. In the previous chapter, we saw how Rust has a very powerful macro system. In the previous chapter, we saw how
the parser sets aside macros to be expanded (using temporary [placeholders]). the parser sets aside macros to be expanded (using temporary [placeholders]).
This chapter is about the process of expanding those macros iteratively until This chapter is about the process of expanding those macros iteratively until