Skip to content

Commit 428733d

Browse files
author
Lai Jiangshan
committed
reference: fix outdated link for Compiler plugins
book/syntax-extensions.html was renamed to book/plugins.html, the link should be also updated. Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 342ab53 commit 428733d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ All of the above extensions are expressions with values.
647647

648648
Users of `rustc` can define new syntax extensions in two ways:
649649

650-
* [Compiler plugins](book/syntax-extensions.html) can include arbitrary
650+
* [Compiler plugins][plugin] can include arbitrary
651651
Rust code that manipulates syntax trees at compile time.
652652

653653
* [Macros](book/macros.html) define new syntax in a higher-level,

0 commit comments

Comments
 (0)