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 342ab53 commit 428733dCopy full SHA for 428733d
src/doc/reference.md
@@ -647,7 +647,7 @@ All of the above extensions are expressions with values.
647
648
Users of `rustc` can define new syntax extensions in two ways:
649
650
-* [Compiler plugins](book/syntax-extensions.html) can include arbitrary
+* [Compiler plugins][plugin] can include arbitrary
651
Rust code that manipulates syntax trees at compile time.
652
653
* [Macros](book/macros.html) define new syntax in a higher-level,
0 commit comments