mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rollup merge of #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 <laijs@cn.fujitsu.com>
This commit is contained in:
commit
47803212e8
@ -648,7 +648,7 @@ All of the above extensions are expressions with values.
|
||||
|
||||
Users of `rustc` can define new syntax extensions in two ways:
|
||||
|
||||
* [Compiler plugins](book/syntax-extensions.html) can include arbitrary
|
||||
* [Compiler plugins][plugin] can include arbitrary
|
||||
Rust code that manipulates syntax trees at compile time.
|
||||
|
||||
* [Macros](book/macros.html) define new syntax in a higher-level,
|
||||
|
Loading…
Reference in New Issue
Block a user