-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing whitespace in completion menu #354
Comments
I tried to reproduce the error, however I can't get rust completion to work:
Any ideas? I am on Arch Linux with Rust 1.11.0, latest |
That looks like we need a better error message somewhere. Seems like a 500 response from racerd. @jwilm Thoughts? The debugging experience here could be better. @ptrv I think you'll need to set up the rust source path var. |
For reference, here's how I set up emacs-ycmd. |
I am getting these errors with having set up the rust source path var. The error log:
|
There's a bug in one of racerd's dependencies where it refuses to cooperate for certain terminals (or lack of terminal). Really need to publish an update for that... |
I just pushed a branch to |
Look at the first 4 entries in the completion menu. The name of the fields of the struct are right next to the type of the field, without any whitespace in between. Kinda hard to read.
In case the screenshot is not enough to figure out the root cause of the issue, you can repro like so:
./install --racer-completer
so that it has Rust support.node.
above it. That will produce the above picture.The text was updated successfully, but these errors were encountered: