diff --git a/.github/benchmark_projects.yml b/.github/benchmark_projects.yml index 5a95ec8ea13..e1bcb080829 100644 --- a/.github/benchmark_projects.yml +++ b/.github/benchmark_projects.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT 08525884d8ea2c8575017cffed863698bba97e1b +define: &AZ_COMMIT 1350f93c3e9af8f601ca67ca3e67d0127c9767b6 projects: private-kernel-inner: repo: AztecProtocol/aztec-packages diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index 8186a601c7c..fcb6885c165 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT 08525884d8ea2c8575017cffed863698bba97e1b +define: &AZ_COMMIT 1350f93c3e9af8f601ca67ca3e67d0127c9767b6 libraries: noir_check_shuffle: repo: noir-lang/noir_check_shuffle diff --git a/compiler/noirc_frontend/src/hir/resolution/errors.rs b/compiler/noirc_frontend/src/hir/resolution/errors.rs index 13c855c6fe7..5af0cf41a62 100644 --- a/compiler/noirc_frontend/src/hir/resolution/errors.rs +++ b/compiler/noirc_frontend/src/hir/resolution/errors.rs @@ -419,7 +419,7 @@ impl<'a> From<&'a ResolverError> for Diagnostic { "Usage of the `#[foreign]` or `#[builtin]` function attributes are not allowed outside of the Noir standard library".into(), ident.span(), ), - ResolverError::OracleMarkedAsConstrained { ident } => Diagnostic::simple_warning( + ResolverError::OracleMarkedAsConstrained { ident } => Diagnostic::simple_error( error.to_string(), "Oracle functions must have the `unconstrained` keyword applied".into(), ident.span(),