atomic-array-rs
atomic-array-rs copied to clipboard
Unable to use integer arrays
I am trying to use 0.3.1 with integer arrays.
I am trying to enable integer arrays with the following cargo entry
atomic-array = { version = "0.3.1", features = ["integer_atomics"] }
The result is that I receive the following error while compiling: the package xxx depends on atomic-array, with features: integer_atomics but atomic-array does not have these features.
It seems that features definition is missing in Cargo.toml.
using rustc 1.67.0 (fc594f156 2023-01-24)