You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/11 06:18:00 UTC

[GitHub] [arrow-rs] Jeeesie opened a new issue #283: no method named `select_nth_unstable_by` found for mutable reference `&mut [T]`

Jeeesie opened a new issue #283:
URL: https://github.com/apache/arrow-rs/issues/283


   
   rust toolchain is  nightly-2020-04-22-x86_64-pc-windows-msvc unchanged - rustc 1.44.0-nightly
   when I  use 'cargo build ' to build the projects under path $Ballista_Home/rust 
   I meet the error :
   
   `error[E0599]: no method named `select_nth_unstable_by` found for mutable reference `&mut [T]` in the current scope
      --> D:\cargo_home\git\checkouts\arrow-rs-3b86e19e889d5acc\08a662f\arrow\src\compute\kernels\sort.rs:883:36
       |
   883 |     let (before, _mid, _after) = v.select_nth_unstable_by(limit, &mut is_less);
       |                                    ^^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut [T]`
   `


-- 
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.

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



[GitHub] [arrow-rs] Jeeesie closed issue #283: no method named `select_nth_unstable_by` found for mutable reference `&mut [T]`

Posted by GitBox <gi...@apache.org>.
Jeeesie closed issue #283:
URL: https://github.com/apache/arrow-rs/issues/283


   


-- 
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.

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



[GitHub] [arrow-rs] Dandandan edited a comment on issue #283: no method named `select_nth_unstable_by` found for mutable reference `&mut [T]`

Posted by GitBox <gi...@apache.org>.
Dandandan edited a comment on issue #283:
URL: https://github.com/apache/arrow-rs/issues/283#issuecomment-837902018


   `select_nth_unstable_by` is stabilized in a later rust version (1.49).
   Could you upgrade the compiler version?
   
   I also moved the issue to the arrow-rs repo as it originates there.


-- 
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.

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



[GitHub] [arrow-rs] Jeeesie commented on issue #283: no method named `select_nth_unstable_by` found for mutable reference `&mut [T]`

Posted by GitBox <gi...@apache.org>.
Jeeesie commented on issue #283:
URL: https://github.com/apache/arrow-rs/issues/283#issuecomment-837935341


   Yeah, resolved.  Thanks for the quick answer. 


-- 
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.

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