diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-20 23:15:56 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2017-02-21 14:01:42 -0500 |
| commit | cdcc0f3850f08edee0cb2d477d2de56739ef42ab (patch) | |
| tree | a10dd4f72ab0aa4313d196b0689852c8248a1b83 /src/doc/reference | |
| parent | b443c5ee22bdf874ec0b8b607fa4afbac7136dc7 (diff) | |
| download | rust-cdcc0f3850f08edee0cb2d477d2de56739ef42ab.tar.gz rust-cdcc0f3850f08edee0cb2d477d2de56739ef42ab.zip | |
Procedural macros
Diffstat (limited to 'src/doc/reference')
| -rw-r--r-- | src/doc/reference/src/procedural-macros.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/reference/src/procedural-macros.md b/src/doc/reference/src/procedural-macros.md index b04da6176ef..b1fd35653d9 100644 --- a/src/doc/reference/src/procedural-macros.md +++ b/src/doc/reference/src/procedural-macros.md @@ -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 |
