Failing to compile
grenewode opened this issue · 1 comments
grenewode commented
Fails to compile with:
Compiling libracerd v0.3.1 (file:///home/.../nvim/plugged/YouCompleteMe/third_party/ycmd/third_party/racerd)
error: type alias is never used: `ListCompletionsResponse`
--> /home/.../nvim/plugged/YouCompleteMe/third_party/ycmd/third_party/racerd/target/release/build/libracerd-38cb6b871b76c55b/out/http/completion.rs:281:1
|
281 | type ListCompletionsResponse = Vec<CompletionResponse>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> src/lib.rs:9:9
|
9 | #![deny(warnings)]
| ^^^^^^^^
error: aborting due to previous error
error: Could not compile `libracerd`.
To learn more, run the command again with --verbose.
This is on
$ rustc -V
rustc 1.15.0-nightly (71c06a56a 2016-12-18)
jwilm commented
This was fixed on master, just need to land it in YCM.