rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
589 stars 74 forks source link

Unable to build with the latest nightly #343

Closed sunchao closed 2 years ago

sunchao commented 2 years ago

When building with the latest nightly, I got the following error:

error: expected one of `!` or `::`, found keyword `mod`
   --> src/lib.rs:347:7
    |
347 | crate mod llvm {
    |       ^^^ expected one of `!` or `::`

error: could not compile `packed_simd_2` due to previous error
calebzulawski commented 2 years ago

0.3.8 has been published with a fix