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

ahash: 0.8.1: Failed to parse expression #143

Closed
QuentinPerez opened this issue Nov 5, 2022 · 1 comment
Closed

ahash: 0.8.1: Failed to parse expression #143

QuentinPerez opened this issue Nov 5, 2022 · 1 comment

Comments

@QuentinPerez
Copy link

QuentinPerez commented Nov 5, 2022

👋

Since the 0.8.1, there is an issue with the parsing of the conditional compilation expression.
Cargo-bazel fails on

Error: Failed to parse expression: 'cfg(any(target_arch = "wasm32", target_abi = "unknown"))'

Caused by:
    any(target_arch = "wasm32", target_abi = "unknown")
                                ^^^^^^^^^^ expected one of `target_arch`, `target_feature`, `target_os`, `target_family`, `target_env`, `target_endian`, `target_has_atomic`, `target_pointer_width`, `target_vendor` here

https://github.com/tkaitchuck/aHash/blob/master/Cargo.toml#L83-L89

mattbonnell added a commit to mattbonnell/arrow-rs that referenced this issue Nov 8, 2022
mattbonnell added a commit to mattbonnell/arrow-rs that referenced this issue Nov 8, 2022
@tkaitchuck
Copy link
Owner

Fixed

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

No branches or pull requests

2 participants