-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Overly long loop turn #3959
Comments
That's just some internal profiling, which should be OK to ignore. Long term, we should debug each of those issues (we def should never block the main loop for 1 second), but this is mostly harmless today, and fixing this is not top priority. |
Can we disable the "overly long loop turn" messages? Or downgrade them to a warning if they're okay to ignore? |
They have already been downgraded to a warning: https://github.com/rust-analyzer/rust-analyzer/blob/b7afb6fc6ce6c94379c57d3bb64fea2a2064eeac/crates/rust-analyzer/src/main_loop.rs#L527 |
That only happens for from source builds I believe to nag rust-analyzer developers. I'm not sure how it is decided to not do this for release builds. |
I'm use rustup's RA, to solve this #11558 (comment) |
Hi, I'm trying to use
coc.nvim
alongside rust-analyzer for my Rust editing and I'm getting these messages:It seems something is not right. What do these messages mean?
The text was updated successfully, but these errors were encountered: