Skip to content

Commit d6043d1

Browse files
author
Oliver Schneider
committed
fix broken link
compiler plugins are hosted unter "compiler-plugins.html" not "plugins.html"
1 parent 26c7635 commit d6043d1

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
@@ -765,7 +765,7 @@ as `unimplemented!` until you’re ready to write them.
765765
# Procedural macros
766766

767767
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!`
768+
[compiler plugin](compiler-plugins.html) instead. Compared to `macro_rules!`
769769
macros, this is significantly more work, the interfaces are much less stable,
770770
and bugs can be much harder to track down. In exchange you get the
771771
flexibility of running arbitrary Rust code within the compiler. Syntax

0 commit comments

Comments
 (0)