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