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

Latest nightly fails to build with feature simd #1734

Closed
viirya opened this issue May 24, 2022 · 0 comments · Fixed by #1743
Closed

Latest nightly fails to build with feature simd #1734

viirya opened this issue May 24, 2022 · 0 comments · Fixed by #1743
Labels
arrow Changes to the arrow crate bug

Comments

@viirya
Copy link
Member

viirya commented May 24, 2022

Describe the bug

After upgrading to latest nightly toolchain, cargo build failed.

To Reproduce
cargo +nightly build --all --features simd

error: expected one of `!` or `::`, found keyword `mod`
   --> /Users/liangchi/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd_2-0.3.6/src/lib.rs:348:7
    |
348 | crate mod llvm {
    |       ^^^ expected one of `!` or `::`

error: could not compile `packed_simd_2` due to previous error
warning: build failed, waiting for other jobs to finish...

Expected behavior
The build command should work.

Additional context
@sunchao reported the issue at packed_simd: rust-lang/packed_simd#343.

@viirya viirya added the bug label May 24, 2022
@alamb alamb added the arrow Changes to the arrow crate label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants