Yeap... that did it. I had to update rust for it to work
On Thu, Feb 25, 2021 at 5:44 PM Daniël Heres wrote:
> I think you might have an older version of rust. 1.49 has stabilized the
> feature.
>
> I think we should test and specify a minimum rust version in our crates in
> order to catch those
I think you might have an older version of rust. 1.49 has stabilized the
feature.
I think we should test and specify a minimum rust version in our crates in
order to catch those errors.
On Thu, Feb 25, 2021, 18:36 Fernando Herrera
wrote:
> It was a simple "cargo test" in the rust folder
>
> err
It was a simple "cargo test" in the rust folder
error[E0658]: binding by-move and by-ref in the same pattern is unstable
> --> arrow/src/json/reader.rs:71:58
>|
> 71 | (InferredType::Array(s), InferredType::Array(o)) => {
>| - by-ref pattern h
Could you possibly provide the exact error message / steps to reproduce the
problem you are seeing? I wonder if some dependent library pushed an
incompatible upgrade or something like that
On Thu, Feb 25, 2021 at 12:23 PM Fernando Herrera <
fernando.j.herr...@gmail.com> wrote:
> Today I was runni
Today I was running Rust tests on my fork in master and got an error
message regarding flight. The message reads:
binding by-move and by-ref in the same pattern is unstable
Does anyone know what is wrong with flight?
Thanks
Fernando