You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2019/07/04 16:47:00 UTC

[jira] [Created] (ARROW-5852) [Rust] [DataFusion] Compilation error with Rust 1.37.0-nightly

Andy Grove created ARROW-5852:
---------------------------------

             Summary: [Rust] [DataFusion] Compilation error with Rust 1.37.0-nightly
                 Key: ARROW-5852
                 URL: https://issues.apache.org/jira/browse/ARROW-5852
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust, Rust - DataFusion
    Affects Versions: 0.14.0
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.14.0


{code:java}
error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>`
   --> /home/andy/.cargo/registry/src/github.com-1ecc6299db9ec823/rustyline-3.0.0/src/lib.rs:655:43
    |
655 |             editor.add_history_entry(line.as_ref());
    |                                           ^^^^^^

{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)