Skip to content

Commit 4780321

Browse files
committed
Rollup merge of rust-lang#22392 - laijs:fix-reference-md-plugin-link, r=steveklabnik
book/syntax-extensions.html was renamed to book/plugins.html, the link should be also updated. Signed-off-by: Lai Jiangshan <[email protected]>
2 parents adea99c + 428733d commit 4780321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ All of the above extensions are expressions with values.
648648

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

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

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

0 commit comments

Comments
 (0)