fix broken link

compiler plugins are hosted unter "compiler-plugins.html" not "plugins.html"
This commit is contained in:
Oliver Schneider 2015-04-29 11:41:00 +02:00
parent 26c7635ccf
commit d6043d1e71

View File

@ -765,7 +765,7 @@ as `unimplemented!` until youre ready to write them.
# Procedural macros
If Rusts macro system cant do what you need, you may want to write a
[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
[compiler plugin](compiler-plugins.html) instead. Compared to `macro_rules!`
macros, this is significantly more work, the interfaces are much less stable,
and bugs can be much harder to track down. In exchange you get the
flexibility of running arbitrary Rust code within the compiler. Syntax