Skip to content

Commit

Permalink
Mention the literal macro matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
da-x committed Nov 19, 2018
1 parent daaa103 commit 24bc4bf
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,6 +71,7 @@ syntax named by _designator_. Valid designators are:
* `meta`: a [_MetaItem_], the contents of an attribute
* `lifetime`: a [LIFETIME_TOKEN]
* `vis`: a [_Visibility_] qualifier
* `literal`: a [_Literal_] token. Examples: `4`, `-3`, `"String"`

[IDENTIFIER]: identifiers.html
[IDENTIFIER_OR_KEYWORD]: identifiers.html
Expand All @@ -85,6 +86,7 @@ syntax named by _designator_. Valid designators are:
[_TypePath_]: paths.html#paths-in-types
[_Type_]: types.html#type-expressions
[_Visibility_]: visibility-and-privacy.html
[_Literal_]: literal-expr.html
[token]: tokens.html

In the transcriber, the
Expand Down

0 comments on commit 24bc4bf

Please sign in to comment.