Skip to content

Commit a486dcb

Browse files
frewsxcvsteveklabnik
authored andcommitted
Macros
1 parent 49cea27 commit a486dcb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/doc/reference/src/macros.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ names, and invoked through a consistent syntax: `some_extension!(...)`.
66

77
Users of `rustc` can define new macros in two ways:
88

9-
* [Macros](book/macros.html) define new syntax in a higher-level,
9+
* [Macros] define new syntax in a higher-level,
1010
declarative way.
11-
* [Procedural Macros][procedural macros] can be used to implement custom derive.
11+
* [Procedural Macros] can be used to implement custom derive.
1212

13-
And one unstable way: [compiler plugins][plugin].
13+
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

Comments
 (0)