You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a testcase from the SSA output from a function in aztec-packages but I'm running into a parsing failure. A snippet of the failure is shown below.
b0():
call v64()
v65 = allocate -> &mut u1
store u1 0 at v65
v67 = allocate -> &mut Field
store Field 0 at v67
v69 = allocate -> &mut function
^^^^^^^^
Expected a type, found 'function'
store Field 141 at v69
v72 = make_array [Field 47] : [Field; 1]
The text was updated successfully, but these errors were encountered:
I'm trying to create a testcase from the SSA output from a function in aztec-packages but I'm running into a parsing failure. A snippet of the failure is shown below.
The text was updated successfully, but these errors were encountered: