andygrove opened a new issue #882:
URL: https://github.com/apache/arrow-datafusion/issues/882


   **Describe the bug**
   ```
   ~/release/apache-arrow-datafusion-5.0.0 via 🦀 v1.54.0 
   ✦ ❯ cargo build --release --features "simd"
      Compiling packed_simd_2 v0.3.5
   error[E0554]: `#![feature]` may not be used on the stable release channel
      --> 
/home/andy/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd_2-0.3.5/src/lib.rs:214:1
       |
   214 | / #![feature(
   215 | |     const_generics,
   216 | |     repr_simd,
   217 | |     rustc_attrs,
   ...   |
   227 | |     llvm_asm
   228 | | )]
       | |__^
   
   ```
   
   **To Reproduce**
   Run command above.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to