Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

[nightly] When compiling with +nightly one symbol is not found. #1599

@keltia

Description

@keltia

When compiling arrow2 with the simd feature and under +nightly, one symbol is not found:

v1.77.0-nightly here.

error[E0432]: unresolved import `std::simd::SimdPartialEq`
 --> /Users/roberto/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow2-0.17.4/src/types/simd/packed.rs:4:5
  |
4 |     SimdPartialEq,
  |     ^^^^^^^^^^^^^ no `SimdPartialEq` in `simd`
  |
  = help: consider importing one of these items instead:
          core::simd::prelude::SimdPartialEq
          std::simd::prelude::SimdPartialEq

So in src/types/simd/packed.rs, SimdPartialEq ought to be written as prelude::SimdPartialEq on line 4 (use).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions