Skip to content

Commit cdcc0f3

Browse files
frewsxcvsteveklabnik
authored andcommitted
Procedural macros
1 parent b443c5e commit cdcc0f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/reference/src/procedural-macros.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
thing they can be used for is to implement derive on your own types. See
55
[the book][procedural macros] for a tutorial.
66

7+
[procedural macros]: ../book/procedural-macros.html
8+
79
Procedural macros involve a few different parts of the language and its
810
standard libraries. First is the `proc_macro` crate, included with Rust,
911
that defines an interface for building a procedural macro. The

0 commit comments

Comments
 (0)