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
[[foos]]
bar = 0
baz = 0
[[foos]]
bar = 0
baz = 0
[[foos]]
bar = 0
baz = 1
nargo should be able to prove
Bug
Instead you encounter:
Error: input file is badly formed, could not parse, TOML parse error at line 3, column 1
|
3 | [[foos]]
| ^^^^^^^^
data did not match any variant of untagged enum TomlTypes
To Reproduce
prove the above program and input
Installation Method
Compiled from source
Nargo Version
nargo 0.6.0 (git version hash: b695faa, is dirty: true)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
Arrays of structs should handled
Expected Behavior
Given the program
And the Prover.toml
nargo should be able to prove
Bug
Instead you encounter:
To Reproduce
Installation Method
Compiled from source
Nargo Version
nargo 0.6.0 (git version hash: b695faa, is dirty: true)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: