I AM NORMAL AND CAN BE TRUSTED WITH PARSER STATE AND LIFETIMES

This commit is contained in:
nora 2023-01-22 20:07:45 +01:00
parent c9b85152ed
commit 6c92f2b41f
13 changed files with 247 additions and 34 deletions

View file

@ -17,6 +17,9 @@ expression: r
kind: U64,
},
),
id: NodeId(
1,
),
span: 0..34,
body: [
VarDecl(
@ -34,6 +37,9 @@ expression: r
30..31,
),
),
id: NodeId(
0,
),
span: 30..31,
},
),