From e96bd9bfc08f260f786ea090c62a37db2cb97626 Mon Sep 17 00:00:00 2001 From: Stan Manilov Date: Fri, 9 May 2025 16:42:35 +0300 Subject: [PATCH] Remove n.b. about parser refactoring Discussed in PR 2378; the note was outdated. --- src/macro-expansion.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/macro-expansion.md b/src/macro-expansion.md index ebab56ad2..76b4f2c61 100644 --- a/src/macro-expansion.md +++ b/src/macro-expansion.md @@ -2,9 +2,6 @@ -> 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 the parser sets aside macros to be expanded (using temporary [placeholders]). This chapter is about the process of expanding those macros iteratively until