-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hangs during rustfmt when saving #17
Comments
(Update: I tried setting |
Did you try it with a minimal config ? I mean only rustic + eglot/lsp-mode. |
@antifuchs I made some changes and hopefully it works now. If not, please open another issue. Thanks for the bug report. |
psibi
added a commit
that referenced
this issue
May 5, 2024
Improve minibuffer entry population for build and clippy
tarsius
pushed a commit
to emacsmirror/rustic
that referenced
this issue
Jun 30, 2024
Use xterm-color-names in rustic compilation buffers
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm just trying out rustic, and it feels really cool! Unfortunately, I'm running into a weird problem: When I save a rust file with
rustic-format-on-save
set tot
, emacs hangs. I used toggle-debug-on-quit, usedC-x C-s
, waited a bit and then hitC-g
; I got this backtrace:I suspect this is an interaction with something else on the
before-save-hook
, so here's what's on there:(eglot--signal-textDocument/willSave rustic-before-save-hook t)
I set
rustic-rls-pkg
toeglot
, could that be related?The text was updated successfully, but these errors were encountered: