We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974b8e commit b6b35efCopy full SHA for b6b35ef
src/_comparison_tools/bounds_checker.nr
@@ -91,7 +91,7 @@ fn test_get_validity_flags() {
91
92
#[test(should_fail)]
93
fn test_get_validity_flags_fail() {
94
- let _ = get_validity_flags(33);
+ let _: [Field; 33] = get_validity_flags(33);
95
}
96
97
0 commit comments