racer-rust / emacs-racer

Racer support for Emacs
398 stars 48 forks source link

Renaming variable hangs with racer + eldoc #82

Open ideasman42 opened 7 years ago

ideasman42 commented 7 years ago

Not sure this is an actual bug but reporting just in case.

Recently I found eldoc made emacs unusable and ended up having to disable it.

Simply renaming a variable would hang Rust.

Using this repo:

racer-debug.txt

In general editing variables in this repository is slow, just point to a known example that shows the problem.

I've since disabled eldoc to workaround the issue.