We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failures: ---- num::test_can_not_overflow stdout ---- ---- num::test_can_not_overflow stderr ---- thread 'main' panicked at 'assertion failed: `(left == right)` left: `false`, right: `true`', num/mod.rs:188:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Reduced this down to:
test run target aarch64 function %numcore(i128) -> b1 { block0(v0: i128): v1 = iconst.i128 0 v2 = icmp eq v0, v1 return v2 } ; run: %numcore(36893488147419103231) == false
I'll file an issue with cranelift.
Sorry, something went wrong.
icmp.i128 eq
This is indeed fixed on cranelift main now. Just waiting for a new cranelift release.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: