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 5555a!($());
5656a!($ a $);
5757a!(${$([ a ])});
58+ a!($a $a:ident $($a);*);
5859
5960--------------------------------------------------------------------------------
6061
@@ -121,7 +122,16 @@ a!(${$([ a ])});
121122 (expression_statement
122123 (macro_invocation
123124 (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))))))
125135
126136================================================================================
127137Macro invocation with comments
You can’t perform that action at this time.
0 commit comments