-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fails to compile on rustc >= 1.41.0 #2
Comments
This seems to be rust-phf/rust-phf#187 which itself is caused by rust-lang/rust#70584. Not sure if we can work around the regression, will take a deeper look later. |
It looks like it won't be an easy fix in Rust, and it may take a while before it's fixed. Could you make a release with a regular hashmap in the meantime? |
I've switched all usages of The Python module was also not compiling due to PyO3 needing a newer Rust version, so now it's also working again. Would like to revisit |
When running the
cargo install hyperbuild
command, hyperbuild fails to compile if the user is using a recent version of rustc.Output (rustc 1.41.0):
The above error is the same in newer versions of rust.
Ouput (rustc 1.40.0):
The text was updated successfully, but these errors were encountered: