Skip to content

Commit

Permalink
Merge #692: Fix: unknown feature stdsimdbuild error with ahash de…
Browse files Browse the repository at this point in the history
…pendency

36fcee7 fix: [#691] unknown feature stdsimd (Jose Celano)

Pull request description:

  ```
  error[E0635]: unknown feature `stdsimd`
    --> /home/josecelano/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.7/src/lib.rs:33:42
     |
  33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
     |                                          ^^^^^^^

     Compiling aho-corasick v1.1.2
  For more information about this error, try `rustc --explain E0635`.
  error: could not compile `ahash` (lib) due to 1 previous error
  warning: build failed, waiting for other jobs to finish...
  ```

  With:

  ```
  nightly-x86_64-unknown-linux-gnu (default)
  rustc 1.78.0-nightly (98aa3624b 2024-02-08)
  ``

ACKs for top commit:
  josecelano:
    ACK 36fcee7

Tree-SHA512: 10a8c4367081c34873f9e58b9b6e67110139873b18a5a0cd1739f6b0031ac099c3efae2aa89c4f3ed77cca3b2afac66a94309bc9f95cea4161b0e4d8704e2c28
  • Loading branch information
josecelano committed Feb 12, 2024
2 parents 2bc2bff + 36fcee7 commit a61b1f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a61b1f3

Please sign in to comment.