We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266d429 commit ed5cc7eCopy full SHA for ed5cc7e
src/macros.md
@@ -6,12 +6,12 @@ names, and invoked through a consistent syntax: `some_extension!(...)`.
6
7
Users of `rustc` can define new macros in two ways:
8
9
-* [Macros] define new syntax in a higher-level,
+* [Macros by Example] define new syntax in a higher-level,
10
declarative way.
11
* [Procedural Macros] can be used to implement custom derive.
12
13
And one unstable way: [compiler plugins].
14
15
-[Macros]: ../book/macros.html
16
-[Procedural Macros]: ../book/procedural-macros.html
+[Macros by Example]: macros-by-example.html
+[Procedural Macros]: procedural-macros.html
17
[compiler plugins]: ../unstable-book/language-features/plugin.html
0 commit comments