Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build with the latest nightly #343

Closed
sunchao opened this issue May 24, 2022 · 1 comment · Fixed by #344
Closed

Unable to build with the latest nightly #343

sunchao opened this issue May 24, 2022 · 1 comment · Fixed by #344

Comments

@sunchao
Copy link

sunchao commented May 24, 2022

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
tarcieri added a commit to RustCrypto/sponges that referenced this issue May 24, 2022
`packed_simd_2` no longer builds on nightly:

rust-lang/packed_simd#343

This commit pins the nightly version for now, and disables the
`minimal-versions` check since it's not customizable and requires the
latest nightly.
tarcieri added a commit to RustCrypto/sponges that referenced this issue May 24, 2022
`packed_simd_2` no longer builds on nightly:

rust-lang/packed_simd#343

This commit pins the nightly version for now, and disables the
`minimal-versions` check since it's not customizable and requires the
latest nightly.
@calebzulawski
Copy link
Member

0.3.8 has been published with a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants