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 26c7635 commit d6043d1Copy full SHA for d6043d1
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