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

Crate does not compile on 1.56 #328

Closed
jorgecarleitao opened this issue Sep 1, 2021 · 4 comments · Fixed by #329
Closed

Crate does not compile on 1.56 #328

jorgecarleitao opened this issue Sep 1, 2021 · 4 comments · Fixed by #329

Comments

@jorgecarleitao
Copy link

error[E0557]: feature has been removed
   --> /home/azureuser/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/packed_simd_2-0.3.5/src/lib.rs:215:5
    |
215 |     const_generics,
    |     ^^^^^^^^^^^^^^ feature has been removed

cargo 1.56.0-nightly (f559c109c 2021-08-26)

@JohnTitor

This comment has been minimized.

@jorgecarleitao
Copy link
Author

Not sure why we are looking at phf; the crate I am compiling is arrow2, with feature simd, which does depend on packed_simd2.

See this log, which fails with the latest nightly, vs this log which was produced after pinning nightly.

@JohnTitor JohnTitor reopened this Sep 2, 2021
@JohnTitor
Copy link
Member

Aha! I completely misunderstood where this issue is on. Sorry about that!
Yes, packed_simd needs an update for rust-lang/rust#88369.

@krojew
Copy link

krojew commented Sep 3, 2021

Ran into this too.

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.

3 participants