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
libc on target x86_64-pc-windows-msvc has a msrv of 1.47 due too #2409
x86_64-pc-windows-msvc
This was found in cross-rs/cross#549
failure on 1.42.0-x86_64-pc-windows-msvc is
error[E0277]: arrays only have std trait implementations for lengths 0..=32 --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\libc-0.2.103\src\windows\msvc\x86_64.rs:66:9 | 42 | / s! { 43 | | #[repr(align(16))] 44 | | pub struct M128A { 45 | | pub Low: ::c_ulonglong, ... | 66 | | _Reserved4: [::c_uchar; 96], | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::array::LengthAtMost32` is not implemented for `[u8; 96]` ... | 139 | | } 140 | | } | |_- in this macro invocation | = note: required because of the requirements on the impl of `core::hash::Hash` for `[u8; 96]`
The text was updated successfully, but these errors were encountered:
@rustbot label: +O-windows
Sorry, something went wrong.
CROSS_CONFIG
c768286
JohnTitor
Successfully merging a pull request may close this issue.
libc on target
x86_64-pc-windows-msvc
has a msrv of 1.47 due too #2409This was found in cross-rs/cross#549
failure on 1.42.0-x86_64-pc-windows-msvc is
The text was updated successfully, but these errors were encountered: