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(
6,
),
span: 0..26,
body: [
Expr(
@ -31,6 +34,9 @@ expression: r
18..19,
),
),
id: NodeId(
3,
),
span: 18..19,
},
rhs: Expr {
@ -40,11 +46,17 @@ expression: r
22..23,
),
),
id: NodeId(
4,
),
span: 22..23,
},
span: 18..23,
},
),
id: NodeId(
5,
),
span: 18..23,
},
),