Skip to content

ahash: 0.8.1: Failed to parse expression #143

@QuentinPerez

Description

@QuentinPerez

👋

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions