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 b443c5e commit cdcc0f3Copy full SHA for cdcc0f3
src/doc/reference/src/procedural-macros.md
@@ -4,6 +4,8 @@
4
thing they can be used for is to implement derive on your own types. See
5
[the book][procedural macros] for a tutorial.
6
7
+[procedural macros]: ../book/procedural-macros.html
8
+
9
Procedural macros involve a few different parts of the language and its
10
standard libraries. First is the `proc_macro` crate, included with Rust,
11
that defines an interface for building a procedural macro. The
0 commit comments