File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 55
55
a!($());
56
56
a!($ a $);
57
57
a!(${$([ a ])});
58
+ a!($a $a:ident $($a);*);
58
59
59
60
--------------------------------------------------------------------------------
60
61
@@ -121,7 +122,16 @@ a!(${$([ a ])});
121
122
(expression_statement
122
123
(macro_invocation
123
124
(identifier)
124
- (token_tree (token_tree (token_tree (token_tree (identifier))))))))
125
+ (token_tree (token_tree (token_tree (token_tree (identifier)))))))
126
+ (expression_statement
127
+ (macro_invocation
128
+ (identifier)
129
+ (token_tree
130
+ (identifier)
131
+ (identifier)
132
+ (identifier)
133
+ (token_tree
134
+ (identifier))))))
125
135
126
136
================================================================================
127
137
Macro invocation with comments
You can’t perform that action at this time.
0 commit comments