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

Fails to compile on latest nightly #345

Closed royalmustard closed 2 years ago

royalmustard commented 2 years ago

error: expected one of!or::, found keywordmod --> .cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd_2-0.3.7/src/lib.rs:347:7 | 347 | crate mod llvm { | ^^^ expected one of!or::`

error: could not compile packed_simd_2 due to previous error`

nightly-x86_64-unknown-linux-gnu (default) rustc 1.63.0-nightly (c35035cef 2022-05-30)

thomcc commented 2 years ago

Dupe of https://github.com/rust-lang/packed_simd/issues/343. That just had the fix land a few minutes ago, presumably someone will cut a release soon.

evolvedmicrobe commented 2 years ago

+1 for a release soon

calebzulawski commented 2 years ago

0.3.8 has been published