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}');
5151a!('lifetime)
5252default!(a);
5353union!(a);
54+ a!($);
55+ a!($());
56+ a!($ a $);
57+ a!(${$([ a ])});
5458
5559--------------------------------------------------------------------------------
5660
@@ -101,7 +105,23 @@ union!(a);
101105 (macro_invocation
102106 (identifier)
103107 (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))))))))
105125
106126================================================================================
107127Macro invocation with comments
You can’t perform that action at this time.
0 commit comments