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.
2 parents dd12c8b + d6043d1 commit 0cca577Copy full SHA for 0cca577
src/doc/trpl/macros.md
@@ -765,7 +765,7 @@ as `unimplemented!` until you’re ready to write them.
765
# Procedural macros
766
767
If Rust’s macro system can’t do what you need, you may want to write a
768
-[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
+[compiler plugin](compiler-plugins.html) instead. Compared to `macro_rules!`
769
macros, this is significantly more work, the interfaces are much less stable,
770
and bugs can be much harder to track down. In exchange you get the
771
flexibility of running arbitrary Rust code within the compiler. Syntax
0 commit comments