rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
590 stars 74 forks source link

`align_offset` has been stable since 1.36.0 #246

Closed inferrna closed 5 years ago

inferrna commented 5 years ago

Trying to run tests got this error

error: the feature `align_offset` has been stable since 1.36.0 and no longer requires an attribute to enable
   --> src/lib.rs:212:5
    |
212 |     align_offset,
    |     ^^^^^^^^^^^^

used rustc 1.37.0-nightly (3ade426ed 2019-05-30). Yet another feature was stabilised, so, it's good reason to make commit :)