Skip to content

Commit ddc7313

Browse files
committed
Merge pull request #21148 from bombless/patch-1
fix wrong link Reviewed-by: brson
2 parents 1bde1e7 + bf899e9 commit ddc7313

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
@@ -580,7 +580,7 @@ intermediate states out, and passing the flag `--pretty expanded` as a
580580
command-line argument to the compiler will show the result of expansion.
581581

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

0 commit comments

Comments
 (0)