Skip to content

Commit bf899e9

Browse files
committed
fix wrong link
1 parent 896cb36 commit bf899e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ intermediate states out, and passing the flag `--pretty expanded` as a
571571
command-line argument to the compiler will show the result of expansion.
572572

573573
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!`
574+
[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
575575
macros, this is significantly more work, the interfaces are much less stable,
576576
and the warnings about debugging apply ten-fold. In exchange you get the
577577
flexibility of running arbitrary Rust code within the compiler. Syntax

0 commit comments

Comments
 (0)