You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a few queries rust-analyzer gets stuck using 100% CPU all the time, and all of that time is spent appending to a string in an fmt::Debug implementation.
After a few queries rust-analyzer gets stuck using 100% CPU all the time, and all of that time is spent appending to a string in an
fmt::Debug
implementation.rust-analyzer 1.79.0-nightly (2f090c30 2024-03-23)
There's also some suspiciously deep recursion, although not infinite, because it doesn't crash:
It hapepens in both Sublime and VSCode. VSCode only logs:
The text was updated successfully, but these errors were encountered: