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 bde1bd5 + bf899e9 commit c488331Copy full SHA for c488331
src/doc/trpl/macros.md
@@ -580,7 +580,7 @@ intermediate states out, and passing the flag `--pretty expanded` as a
580
command-line argument to the compiler will show the result of expansion.
581
582
If Rust's macro system can't do what you need, you may want to write a
583
-[compiler plugin](plugin.html) instead. Compared to `macro_rules!`
+[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
584
macros, this is significantly more work, the interfaces are much less stable,
585
and the warnings about debugging apply ten-fold. In exchange you get the
586
flexibility of running arbitrary Rust code within the compiler. Syntax
0 commit comments