Navigation Menu

Skip to content

Commit

Permalink
Procedural macros
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv authored and steveklabnik committed Feb 21, 2017
1 parent b443c5e commit cdcc0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/reference/src/procedural-macros.md
Expand Up @@ -4,6 +4,8 @@
thing they can be used for is to implement derive on your own types. See
[the book][procedural macros] for a tutorial.

[procedural macros]: ../book/procedural-macros.html

Procedural macros involve a few different parts of the language and its
standard libraries. First is the `proc_macro` crate, included with Rust,
that defines an interface for building a procedural macro. The
Expand Down

0 comments on commit cdcc0f3

Please sign in to comment.