Skip to content

Should update rust to 1.72 #8743

Closed
@Ted-Jiang

Description

@Ted-Jiang

Is your feature request related to a problem or challenge?

Try to build df got

error[E0658]: use of unstable library feature 'stdsimd'
   --> /Users/yangjiang/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:24
    |
124 |     let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) };
    |                        ^^^^^^^^^^
    |
    = note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information
    = help: add `#![feature(stdsimd)]` to the crate attributes to enable

Describe the solution you'd like

From the ticket
tkaitchuck/aHash#195
we should update rust to 1.72

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions