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
I tried to bisect for the breaking commit, but I can't identify a "good" commit to work with.
Reproduction
# current master
git checkout d385d79
cargo clean && cargo +1.82.0 test -F complex32
# original complex release version
git checkout 51a7cbf
cargo clean && cargo +1.82.0 test -F complex32
# original release on msrv
cargo clean && cargo +1.65.0 test -F complex32
# original release on +nightly with min dependency versions
cargo clean && cargo minimal-versions test -F complex32
All of these build, but none of them pass the comlpex32 test-suite.
The text was updated successfully, but these errors were encountered:
ubuntu 24.04
I tried to bisect for the breaking commit, but I can't identify a "good" commit to work with.
Reproduction
All of these build, but none of them pass the comlpex32 test-suite.
The text was updated successfully, but these errors were encountered: