-
Notifications
You must be signed in to change notification settings - Fork 134
ahash: 0.8.1: Failed to parse expression #143
Copy link
Copy link
Closed
Description
👋
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels