Skip to content

array_chunks feature was removed from Rust nightly. Fails to compile on latest nightly builds. #19

@jessefaler

Description

@jessefaler

Compiling on the latest Rust nightly results in the following error:

error[E0635]: unknown feature `array_chunks`
 --> C:\Users\admin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\simd_cesu8-1.0.1\src\lib.rs:4:13
  |
4 |     feature(array_chunks, portable_simd, error_in_core)
  |             ^^^^^^^^^^^^

This is because the array_chunks feature has been removed from the Rust compiler. The upstream change was introduced in this PR:

rust-lang/rust#143289
"Remove [T]::array_chunks(_mut)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions