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
comptime
The below program fails with the error message below.
fn main() { comptime { assert_eq(&[1], &[1]); } }
error: No implementation for `[Field]` == `[Field]` ┌─ /home/tom/Programming/aztec/noir/test_programs/compile_success_empty/comptime_as_slice/src/main.nr:6:9 │ 6 │ assert_eq(&[1], &[1]); │ ---------------------- │ Aborting due to 1 previous error
The text was updated successfully, but these errors were encountered:
Duplicate of #4925
Sorry, something went wrong.
No branches or pull requests
The below program fails with the error message below.
The text was updated successfully, but these errors were encountered: