File tree Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -1007,30 +1007,32 @@ foo(#[bar(some tokens are special in other contexts: $/';()*()+.)] x);
1007
1007
--------------------------------------------------------------------------------
1008
1008
1009
1009
(source_file
1010
- (call_expression
1011
- function: (identifier)
1012
- arguments: (arguments
1013
- (attribute_item (attr_item
1014
- (identifier)
1015
- arguments: (delim_token_tree (identifier) (identifier))))
1016
- (identifier)
1017
- (identifier)))
1018
- (call_expression
1019
- function: (identifier)
1020
- arguments: (arguments
1021
- (attribute_item (attr_item
1022
- (identifier)
1023
- arguments: (delim_token_tree
1024
- (identifier)
1025
- (identifier)
1026
- (identifier)
1027
- (identifier)
1028
- (identifier)
1010
+ (expression_statement
1011
+ (call_expression
1012
+ function: (identifier)
1013
+ arguments: (arguments
1014
+ (attribute_item (attr_item
1029
1015
(identifier)
1016
+ arguments: (delim_token_tree (identifier) (identifier))))
1017
+ (identifier)
1018
+ (identifier))))
1019
+ (expression_statement
1020
+ (call_expression
1021
+ function: (identifier)
1022
+ arguments: (arguments
1023
+ (attribute_item (attr_item
1030
1024
(identifier)
1031
- (delim_token_tree)
1032
- (delim_token_tree))))
1033
- (identifier))))
1025
+ arguments: (delim_token_tree
1026
+ (identifier)
1027
+ (identifier)
1028
+ (identifier)
1029
+ (identifier)
1030
+ (identifier)
1031
+ (identifier)
1032
+ (identifier)
1033
+ (delim_token_tree)
1034
+ (delim_token_tree))))
1035
+ (identifier)))))
1034
1036
1035
1037
================================================================================
1036
1038
Derive macro helper attributes
You can’t perform that action at this time.
0 commit comments