We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 454401c + 90e9076 commit 7d85b72Copy full SHA for 7d85b72
src/macros-by-example.md
@@ -71,13 +71,15 @@ syntax named by _designator_. Valid designators are:
71
* `meta`: a [_MetaItem_], the contents of an attribute
72
* `lifetime`: a [LIFETIME_TOKEN]
73
* `vis`: a [_Visibility_] qualifier
74
+* `literal`: matches `-`<sup>?</sup>[_LiteralExpression_]
75
76
[IDENTIFIER]: identifiers.html
77
[IDENTIFIER_OR_KEYWORD]: identifiers.html
78
[LIFETIME_TOKEN]: tokens.html#lifetimes-and-loop-labels
79
[_BlockExpression_]: expressions/block-expr.html
80
[_Expression_]: expressions.html
81
[_Item_]: items.html
82
+[_LiteralExpression_]: expressions/literal-expr.html
83
[_MetaItem_]: attributes.html
84
[_Pattern_]: patterns.html
85
[_Statement_]: statements.html
0 commit comments