Can not compile libracerd with latest version 1.15
Closed this issue · 2 comments
josator commented
Compiling libracerd v0.3.1 (file:///home/aoeuaoeu/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/racerd)
error: type alias is never used: ListCompletionsResponse
--> /home/aoeuaoeu/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/racerd/target/release/build/libracerd-fc0e4009cf876877/out/http/completion.rs:281:1
|
281 | type ListCompletionsResponse = Vec;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> src/lib.rs:9:9
|
9 | #![deny(warnings)]
| ^^^^^^^^
error: aborting due to previous error
error: Could not compile libracerd
.
micbou commented
This is fixed with the latest version of racerd (0.3.3).
josator commented
I can confirm it builds now