Replies: 1 comment 2 replies
-
Hey 👋 This is not enough information for me to help you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a strange behavior where rust-analyzer no longer shows diagnostics in nvim. I identified one occurrence (and can't explain why :D) but it's not the only one.
Here's a repro:
If I run
rust-analyzer diagnostics .
in the console, orcargo check
, I do get the error. But with that simplebuild.rs
, I don't have them in the editor.I have other projects where I can't pinpoint what is bothering RA. How can I debug this ? I tried to set
RA_LOG=info
ordebug
but I don't see anything relevant. Any suggestions ?PS: I tried opening the file with
helix
to make sure it was something to do with the editor, not rust-analyzer, and I see the error with or without the build file. That's why I think something's fishy around nvim/rustaceanvimBeta Was this translation helpful? Give feedback.
All reactions