about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStan Manilov <stanislav.manilov@gmail.com>2025-05-09 16:42:35 +0300
committerStan Manilov <stanislav.manilov@gmail.com>2025-05-12 14:27:26 +0300
commit436c3631006585d125af10b31ad3ee69eab4fc5e (patch)
treedacf78bae8fa9170ecc31847b8100d0eb08cd715
parent079e0b40389383f61b6de852aea5babe3d0d5a2d (diff)
downloadrust-436c3631006585d125af10b31ad3ee69eab4fc5e.tar.gz
rust-436c3631006585d125af10b31ad3ee69eab4fc5e.zip
Remove n.b. about parser refactoring
Discussed in PR 2378; the note was outdated.
-rw-r--r--src/doc/rustc-dev-guide/src/macro-expansion.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/macro-expansion.md b/src/doc/rustc-dev-guide/src/macro-expansion.md
index ebab56ad20a..76b4f2c617d 100644
--- a/src/doc/rustc-dev-guide/src/macro-expansion.md
+++ b/src/doc/rustc-dev-guide/src/macro-expansion.md
@@ -2,9 +2,6 @@
 
 <!-- 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
 the parser sets aside macros to be expanded (using temporary [placeholders]).
 This chapter is about the process of expanding those macros iteratively until