EricccTaiwan commented on PR #7969:
URL: https://github.com/apache/arrow-rs/pull/7969#issuecomment-3097266096

   Previously I used Rust 1.87, which generated the error.
   I've now updated to 1.88, and all checks pass.
   Sorry for the incorrect patch!
   
   <details>
   <summary>Log on Rust 1.87</summary>
   
   
   ```rust
    ~/l/arrow-rs  main  cargo check                                             
                
   warning: unknown lint: `unnecessary_transmutes`
      --> arrow-array/src/arithmetic.rs:424:17
       |
   424 |         #[allow(unnecessary_transmutes)]
       |                 ^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `#[warn(unknown_lints)]` on by default
   
   warning: unknown lint: `unnecessary_transmutes`
      --> arrow-array/src/arithmetic.rs:430:17
       |
   430 |         #[allow(unnecessary_transmutes)]
       |                 ^^^^^^^^^^^^^^^^^^^^^^
   
   warning: unknown lint: `unnecessary_transmutes`
      --> arrow-array/src/arithmetic.rs:441:17
       |
   441 |         #[allow(unnecessary_transmutes)]
       |                 ^^^^^^^^^^^^^^^^^^^^^^
   
   warning: unknown lint: `unnecessary_transmutes`
      --> arrow-array/src/arithmetic.rs:447:17
       |
   447 |         #[allow(unnecessary_transmutes)]
       |                 ^^^^^^^^^^^^^^^^^^^^^^
   
   warning: `arrow-array` (lib) generated 4 warnings
       Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
    ~/l/arrow-rs  main  rustc --version                                         
              
   rustc 1.87.0 (17067e9ac 2025-05-09)
   ```
   </details>


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to