Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,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,
Expand Down