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.")
731
-
}
732
728
WarningName::ModuleItemIgnored => write!(f,"ModuleItem was ignored"),
733
729
WarningName::ArithmeticOperationCouldOverflow => write!(f,"This operator panics if the result overflows. To handle overflow, use the jet directly and destructure the (bool, uN) result."),
734
730
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