Async job failed: protocol error: InternalError #8295
-
SummaryHello everyone, I was trying to perform a code action on a match statement in Rust, when this error occurred. Reproduction StepsThe code I was working on is something like this:
I wasn't able to reproduce this elsewhere though, it usually works. Helix log~/.cache/helix/helix.log
PlatformUbuntu 22.10 inside WSL Terminal EmulatorAlacritty 0.12.2 Helix Versionhelix 23.05 (7f5940b) installed via homebrew |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
I get this error when I use |
Beta Was this translation helpful? Give feedback.
The
err <-
lines are printed to stderr by rust-analyzer. It looks like it's panicking when you request the code action