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
unchecked_add will not panic in release mode, rather it will invoke
undefined behavior. Drop it from the tests in that case, fixing
"cargo test --release" which is currently broken.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
0 commit comments