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
I tried the circuit:
pragma circom 2.1.0; template temp() { signal input a; signal output out; signal intermediate <== 0; } component main = temp();
It finishes with error:
thread 'main' panicked at src/compiler.rs:520:51: no entry found for key note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I think this is a weird circuit may be we give it low priority ...
Sorry, something went wrong.
@namnc Yes, agree. It's not only in this circuit though, it's just an example
curryrasul
No branches or pull requests
I tried the circuit:
It finishes with error:
The text was updated successfully, but these errors were encountered: