atomic-array-rs icon indicating copy to clipboard operation
atomic-array-rs copied to clipboard

Unable to use integer arrays

Open mspanc opened this issue 2 years ago • 0 comments

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)

mspanc avatar Feb 17 '23 15:02 mspanc