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
Followup to #1970.
One of the two tests in struct-return.rs doesn't work on x86. Works on x64 though.
The double/byte/double one winds up feeding garbage memory to the callee. Valgrind gets upset. Program crashes.
The text was updated successfully, but these errors were encountered:
Duplicated in #2064 but that one has more context so closing this one.
Sorry, something went wrong.
Auto merge of rust-lang#2035 - RalfJung:small-bitmask, r=RalfJung
595cad9
portable-simd: test bitmasks smaller than a byte Blocked on rust-lang/portable-simd#267 propagating to the [rustc repo](https://github.com/rust-lang/rust/tree/master/library/portable-simd)
No branches or pull requests
Followup to #1970.
One of the two tests in struct-return.rs doesn't work on x86. Works on x64 though.
The double/byte/double one winds up feeding garbage memory to the callee. Valgrind gets upset. Program crashes.
The text was updated successfully, but these errors were encountered: