diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-05-12 21:32:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 21:32:54 +0800 |
| commit | e98364238c035a432ff26fd3e16ddbbbf46eab10 (patch) | |
| tree | 68e18a63b3d9c1a64cba0dad79e3722b0ef57a54 /src/doc/rustc-dev-guide | |
| parent | 53572cfc5709bceae14e3dc575f2099c85aca137 (diff) | |
| parent | 436c3631006585d125af10b31ad3ee69eab4fc5e (diff) | |
| download | rust-e98364238c035a432ff26fd3e16ddbbbf46eab10.tar.gz rust-e98364238c035a432ff26fd3e16ddbbbf46eab10.zip | |
Merge pull request #2378 from smanilov/patch-7
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/macro-expansion.md | 3 |
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 |
