Skip to content

Commit 23f7a47

Browse files
authored
Merge pull request rust-lang#2378 from smanilov/patch-7
2 parents fcc0aa9 + 80ec061 commit 23f7a47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/rustc-dev-guide/src/macro-expansion.md

Lines changed: 0 additions & 3 deletions
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)