File tree Expand file tree Collapse file tree 16 files changed +52
-9
lines changed Expand file tree Collapse file tree 16 files changed +52
-9
lines changed Original file line number Diff line number Diff line change
1
+ | gen_arg_list.rs:5:5:5:11 | ArgList | getNumberOfArgs: | 1 |
Original file line number Diff line number Diff line change
1
+ | gen_arg_list.rs:5:5:5:11 | ArgList | 0 | gen_arg_list.rs:5:5:5:11 | "not yet implemented" |
Original file line number Diff line number Diff line change 1
- | gen_macro_call.rs:5:5:5:11 | MacroCall | getNumberOfAttrs: | 0 | hasPath: | yes | hasTokenTree: | yes |
1
+ | gen_macro_call.rs:5:5:5:11 | MacroCall | getNumberOfAttrs: | 0 | hasPath: | yes | hasTokenTree: | yes | hasExpanded: | yes |
Original file line number Diff line number Diff line change
1
+ | gen_macro_call.rs:5:5:5:11 | MacroCall | gen_macro_call.rs:5:5:5:11 | MacroStmts |
Original file line number Diff line number Diff line change 1
1
| gen_name_ref.rs:5:5:5:8 | NameRef | hasText: | yes |
2
+ | gen_name_ref.rs:5:5:5:11 | NameRef | hasText: | yes |
3
+ | gen_name_ref.rs:5:5:5:11 | NameRef | hasText: | yes |
4
+ | gen_name_ref.rs:5:5:5:11 | NameRef | hasText: | yes |
Original file line number Diff line number Diff line change 1
1
| gen_name_ref.rs:5:5:5:8 | NameRef | todo |
2
+ | gen_name_ref.rs:5:5:5:11 | NameRef | $crate |
3
+ | gen_name_ref.rs:5:5:5:11 | NameRef | panic |
4
+ | gen_name_ref.rs:5:5:5:11 | NameRef | panicking |
Original file line number Diff line number Diff line change 1
1
| gen_path_segment.rs:5:5:5:8 | PathSegment | hasGenericArgList: | no | hasNameRef: | yes | hasParamList: | no | hasPathType: | no | hasRetType: | no | hasReturnTypeSyntax: | no | hasTy: | no |
2
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | hasGenericArgList: | no | hasNameRef: | yes | hasParamList: | no | hasPathType: | no | hasRetType: | no | hasReturnTypeSyntax: | no | hasTy: | no |
3
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | hasGenericArgList: | no | hasNameRef: | yes | hasParamList: | no | hasPathType: | no | hasRetType: | no | hasReturnTypeSyntax: | no | hasTy: | no |
4
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | hasGenericArgList: | no | hasNameRef: | yes | hasParamList: | no | hasPathType: | no | hasRetType: | no | hasReturnTypeSyntax: | no | hasTy: | no |
Original file line number Diff line number Diff line change 1
1
| gen_path_segment.rs:5:5:5:8 | PathSegment | gen_path_segment.rs:5:5:5:8 | NameRef |
2
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | gen_path_segment.rs:5:5:5:11 | NameRef |
3
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | gen_path_segment.rs:5:5:5:11 | NameRef |
4
+ | gen_path_segment.rs:5:5:5:11 | PathSegment | gen_path_segment.rs:5:5:5:11 | NameRef |
Original file line number Diff line number Diff line change 1
1
| lib.rs:3:9:3:8 | expected `;` or `{` |
2
2
| lib.rs:3:9:3:8 | expected an item |
3
+ | lib.rs:3:10:3:21 | macro expansion failed: could not resolve macro 'identifiers' |
3
4
| lib.rs:3:21:3:20 | expected BANG |
4
5
| lib.rs:3:21:3:20 | expected `{`, `[`, `(` |
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ variable
76
76
| variables.rs:366:13:366:13 | x |
77
77
| variables.rs:367:13:367:15 | cap |
78
78
variableAccess
79
+ | variables.rs:4:20:4:20 | s | variables.rs:3:14:3:14 | s |
80
+ | variables.rs:8:20:8:20 | i | variables.rs:7:14:7:14 | i |
79
81
| variables.rs:13:15:13:16 | x1 | variables.rs:12:9:12:10 | x1 |
80
82
| variables.rs:18:15:18:16 | x2 | variables.rs:17:13:17:14 | x2 |
81
83
| variables.rs:19:5:19:6 | x2 | variables.rs:17:13:17:14 | x2 |
@@ -183,6 +185,8 @@ variableWriteAccess
183
185
| variables.rs:278:9:278:10 | b4 | variables.rs:269:13:269:14 | b4 |
184
186
| variables.rs:279:9:279:11 | a10 | variables.rs:268:13:268:15 | a10 |
185
187
variableReadAccess
188
+ | variables.rs:4:20:4:20 | s | variables.rs:3:14:3:14 | s |
189
+ | variables.rs:8:20:8:20 | i | variables.rs:7:14:7:14 | i |
186
190
| variables.rs:13:15:13:16 | x1 | variables.rs:12:9:12:10 | x1 |
187
191
| variables.rs:18:15:18:16 | x2 | variables.rs:17:13:17:14 | x2 |
188
192
| variables.rs:20:15:20:16 | x2 | variables.rs:17:13:17:14 | x2 |
You can’t perform that action at this time.
0 commit comments