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
One test fails when building on i686 or armv7hl
---- src/lib.rs - (line 26) stdout ---- Test executable failed (exit code 101). stderr: thread 'main' panicked at 'assertion failed: `(left == right)` left: `12`, right: `8`', src/lib.rs:10:1 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: src/lib.rs - (line 26)
You can see the full logs at https://koji.fedoraproject.org/koji/taskinfo?taskID=70819940 and https://koji.fedoraproject.org/koji/taskinfo?taskID=70819939 (look at build.log).
The text was updated successfully, but these errors were encountered:
That's this doc test:
beef/src/lib.rs
Lines 26 to 34 in 175938a
The third assert is incorrect on 32 bit targets, since 32 bit targets reexport the 3-usize Cow (#40).
This is nonfatal, but should definitely still be fixed.
Sorry, something went wrong.
No branches or pull requests
One test fails when building on i686 or armv7hl
You can see the full logs at https://koji.fedoraproject.org/koji/taskinfo?taskID=70819940 and https://koji.fedoraproject.org/koji/taskinfo?taskID=70819939 (look at build.log).
The text was updated successfully, but these errors were encountered: