You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference between option_fail.rs and option.rs lies in the assumption that y > 0, yet the standard value for y is set as 2u64 so the assertion is not failing in option_fail.
Is there an error in that the y standard value is supposed to be 0u64 so that the verifier::unreachable! macro is called or am I missing another scenario where it is supposed to fail?
The text was updated successfully, but these errors were encountered:
The difference between
option_fail.rs
andoption.rs
lies in the assumption that y > 0, yet the standard value for y is set as2u64
so the assertion is not failing inoption_fail
.Is there an error in that the y standard value is supposed to be
0u64
so that theverifier::unreachable!
macro is called or am I missing another scenario where it is supposed to fail?The text was updated successfully, but these errors were encountered: