Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention the literal macro matcher #468

Merged
merged 4 commits into from
Dec 1, 2018
Merged
Changes from 1 commit
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: 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 [_LiteralPattern_] token. Examples: `4`, `-3`, `"String"`
da-x marked this conversation as resolved.
Show resolved Hide resolved

[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
[_LiteralPattern_]: patterns.html#literal-patterns
da-x marked this conversation as resolved.
Show resolved Hide resolved
[token]: tokens.html

In the transcriber, the
Expand Down