Skip to content

error: could not compile coolfindpattern (lib) #12

@heartgold512

Description

@heartgold512

Hi, I’m trying to build this project on Windows using the latest nightly toolchain (rustc 1.92.0-nightly), but I get the following errors:

**error[E0635]: unknown feature array_chunks
--> src/lib.rs:1:27
|
1 | #![feature(portable_simd, array_chunks)]
| ^^^^^^^^^^^^

error[E0599]: no method named array_chunks found for struct Vec<u8> in the current scope
--> src/lib.rs:106:14

It looks like #![feature(array_chunks)] was removed from newer nightlies after being stabilized in stable Rust 1.71, so the crate no longer compiles with modern toolchains.**

_System info:

  • Rust: nightly-2025-10-07 (rustc 1.92.0-nightly)
  • Cargo: 1.92.0-nightly
  • tried various commands like cargo run, clean, build etc_
    wondering how to build the project properly
    Additional info being I am using davinci resolve STUDIO 18.6.2
    I also tested your older executable file and that did not work either.

It would be handy knowing which versions and dependencies you used to build this project

thank you :)

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