-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Panic in inlay_hints #3310
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
Comments
After setting |
Here are a bunch of different panics from the same run:
|
@kjeremy , FYI, I recommend using spoilers for long wall of logs: <details>
<summary> Spoiler text </summary>
```
Log goes here
```
</details> Spoiler text
|
Or gists |
I'm seeing this, too, with latest master build as of 30 minutes ago (ce69561). There's quite a lot of output on panic, so I've dumped it all into a gist: https://gist.github.com/uberjay/bb1848c36b634a04d8ff26838085872f Something pretty serious seems to be wrong, as I'm getting these crashes with a freshly created (hello-world!) binary crate! |
(fwiw, I am using lsp-mode in emacs!) If i disable inlay-hints mode, then I get a panic below handle_hover instead: https://gist.github.com/uberjay/568c9c5c3e2fbb17246595493cb95a7e |
@uberjay that's a different issue (#3392 (comment)). |
Automatic Rustup
Automatic Rustup
If I open up
markdown.rs
I see the following trace:Notice that the last inlayHints and codeLens requests never finish.
This corresponds with a panic:
The text was updated successfully, but these errors were encountered: