jwilm / racerd

Rust semantic analysis server powered by Racer
http://jwilm.github.io/racerd/libracerd/
Apache License 2.0
134 stars 24 forks source link

fails to compile #44

Closed iqualfragile closed 8 years ago

iqualfragile commented 8 years ago
 Compiling libracerd v0.1.0 (file:///home/yannik/pkgbuilds/youcompleteme/src/YouCompleteMe/third_party/ycmd/third_party/racerd)
error: unused import
 --> src/http/definition.rs:8:14
8 |> use engine::{SemanticEngine, Definition, Context, CursorPosition, Buffer};
  |>              ^^^^^^^^^^^^^^
note: lint level defined here
 --> src/lib.rs:9:9
9 |> #![deny(warnings)]
  |>         ^^^^^^^^

error: unused import
 --> src/http/completion.rs:7:14
7 |> use engine::{SemanticEngine, Completion, Context, CursorPosition, Buffer};
  |>              ^^^^^^^^^^^^^^
note: lint level defined here
 --> src/lib.rs:9:9
9 |> #![deny(warnings)]
  |>         ^^^^^^^^

error: aborting due to 2 previous errors
error: Could not compile `libracerd`.
jwilm commented 8 years ago

Can you try with the latest master? I'm pretty certain this has been fixed.

jwilm commented 8 years ago

We can reopen this if there's still an issue on master. Thanks for the report!