Closed RustyYato closed 9 months ago
According to https://github.com/rust-lang/rust-analyzer/issues/10120, you can use export RA_LOG=rust_analyzer=error
to hide this warning. PR is welcome.
Oh, that thread shows that this is likely because I built from source! Yikes. Thanks for pointing out the thread. I don't think there's much that can you do here, so closing this issue.
Building with RA_LOG=rust_analyzer=error
worked! Thanks again for the help :smile:
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion
rust analyzer is built from source, commit: 1f54f714caf7d38aaab9ac49ba25caa5abd52937What's your coc-rust-analyzer version? You can get it from
:CocList extensions
0.75.1I'm working on a crate that uses
quote
a lot for some codegen, and every few seconds I getoverly long loop turn took...
error which prevents me from typing and misses some keypresses. This is getting very annoying. The error message is something like this:Is there a setting to suppress rust-analyzer logs like this? Or if there isn't, would you accept a PR to add such a setting?