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 49cea27 commit a486dcbCopy full SHA for a486dcb
src/doc/reference/src/macros.md
@@ -6,8 +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](book/macros.html) define new syntax in a higher-level,
+* [Macros] define new syntax in a higher-level,
10
declarative way.
11
-* [Procedural Macros][procedural macros] can be used to implement custom derive.
+* [Procedural Macros] can be used to implement custom derive.
12
13
-And one unstable way: [compiler plugins][plugin].
+And one unstable way: [compiler plugins].
14
+
15
+[Macros]: ../book/macros.html
16
+[Procedural Macros]: ../book/procedural-macros.html
17
+[compiler plugins]: ../book/compiler-plugins.html
0 commit comments