We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
false
Prover.toml
Running a program with the following Prover.toml:
x = false
And main.nr:
fn main(x: bool) { constrain x; }
Produces the following error:
The parameter x is expected to be a Boolean but found incompatible value Field(0) exit 1
The program to run, but fail to prove/verify.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Aim
Running a program with the following Prover.toml:
And main.nr:
Produces the following error:
Expected behavior
The program to run, but fail to prove/verify.
The text was updated successfully, but these errors were encountered: