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
write!(f,"Parameter `{witness_name}` is missing.")
734
-
}
735
731
WarningName::ModuleItemIgnored => write!(f,"ModuleItem was ignored"),
736
732
WarningName::ArithmeticOperationCouldOverflow => write!(f,"This operator panics if the result overflows. To handle overflow, use the jet directly and destructure the (bool, uN) result."),
737
733
WarningName::DivisionCouldPanicOnZero => write!(f,"This operator panics if the divisor is zero. To handle division by zero, use a jet and check the divisor before using it."),
0 commit comments