File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ a!('\u{0}'..='\u{2}');
51
51
a!('lifetime)
52
52
default!(a);
53
53
union!(a);
54
+ a!($);
55
+ a!($());
56
+ a!($ a $);
57
+ a!(${$([ a ])});
54
58
55
59
--------------------------------------------------------------------------------
56
60
@@ -101,7 +105,23 @@ union!(a);
101
105
(macro_invocation
102
106
(identifier)
103
107
(token_tree
104
- (identifier)))))
108
+ (identifier))))
109
+ (expression_statement
110
+ (macro_invocation
111
+ (identifier)
112
+ (token_tree)))
113
+ (expression_statement
114
+ (macro_invocation
115
+ (identifier)
116
+ (token_tree (token_tree))))
117
+ (expression_statement
118
+ (macro_invocation
119
+ (identifier)
120
+ (token_tree (identifier))))
121
+ (expression_statement
122
+ (macro_invocation
123
+ (identifier)
124
+ (token_tree (token_tree (token_tree (token_tree (identifier))))))))
105
125
106
126
================================================================================
107
127
Macro invocation with comments
You can’t perform that action at this time.
0 commit comments