Remove n.b. about parser refactoring
Discussed in PR 2378; the note was outdated.
This commit is contained in:
parent
380a77e5a7
commit
e96bd9bfc0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue