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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
I see this is a change that occurred in Rust after June, 2023 so your fixing nightly at this date works around this. So I guess it would be an incompatible change at this time. Still, while it makes sense for you, it will break for all other users so you might want to fix it. I wont submit a PR for this, change is trivial.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When compiling arrow2 with the
simd
feature and under+nightly
, one symbol is not found:v1.77.0-nightly here.
So in src/types/simd/packed.rs,
SimdPartialEq
ought to be written asprelude::SimdPartialEq
on line 4 (use
).The text was updated successfully, but these errors were encountered: