Skip to content

Commit

Permalink
Merge pull request #468 from da-x/literal-matcher-reference
Browse files Browse the repository at this point in the history
Mention the literal macro matcher
  • Loading branch information
ehuss authored Dec 1, 2018
2 parents 454401c + 90e9076 commit 7d85b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/macros-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@ syntax named by _designator_. Valid designators are:
* `meta`: a [_MetaItem_], the contents of an attribute
* `lifetime`: a [LIFETIME_TOKEN]
* `vis`: a [_Visibility_] qualifier
* `literal`: matches `-`<sup>?</sup>[_LiteralExpression_]

[IDENTIFIER]: identifiers.html
[IDENTIFIER_OR_KEYWORD]: identifiers.html
[LIFETIME_TOKEN]: tokens.html#lifetimes-and-loop-labels
[_BlockExpression_]: expressions/block-expr.html
[_Expression_]: expressions.html
[_Item_]: items.html
[_LiteralExpression_]: expressions/literal-expr.html
[_MetaItem_]: attributes.html
[_Pattern_]: patterns.html
[_Statement_]: statements.html
Expand Down

0 comments on commit 7d85b72

Please sign in to comment.