Skip to content

Commit

Permalink
Say that macros-by-example ident metavariables can match raw identi…
Browse files Browse the repository at this point in the history
…fiers

Closes #198
  • Loading branch information
mattheww committed Jan 8, 2022
1 parent c075dc0 commit fb2e7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fragment specifiers are:
* `pat`: equivalent to `pat_param`
* `expr`: an [_Expression_]
* `ty`: a [_Type_]
* `ident`: an [IDENTIFIER_OR_KEYWORD]
* `ident`: an [IDENTIFIER_OR_KEYWORD] or [RAW_IDENTIFIER]
* `path`: a [_TypePath_] style path
* `tt`: a [_TokenTree_] (a single [token] or tokens in matching delimiters `()`, `[]`, or `{}`)
* `meta`: an [_Attr_], the contents of an attribute
Expand Down

0 comments on commit fb2e7ee

Please sign in to comment.