We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adea99c + 428733d commit 4780321Copy full SHA for 4780321
src/doc/reference.md
@@ -648,7 +648,7 @@ All of the above extensions are expressions with values.
648
649
Users of `rustc` can define new syntax extensions in two ways:
650
651
-* [Compiler plugins](book/syntax-extensions.html) can include arbitrary
+* [Compiler plugins][plugin] can include arbitrary
652
Rust code that manipulates syntax trees at compile time.
653
654
* [Macros](book/macros.html) define new syntax in a higher-level,
0 commit comments