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
I was working on the macro at the bottom (this code won't compile as-is), but when I start working, memory usage explodes to use all 64 GB and vim/tmux crashes. It's probably worth noting this is the first macro I've ever tried writing so I'm learning, but I wouldn't expect rust-analyzer to crash due to user error.
(Unrelated: I am aware of the function pointer closure capturing a variable which it can't do—leaving everything in this state for the purpose of the bug report.)
rust-analyzer version: rust-analyzer 1.85.0-nightly (5f23ef7 2024-12-20)
rustc version: rustc 1.85.0-nightly (5f23ef7d3 2024-12-20)
editor or extension: Vim + LSP plugin
relevant settings:
I was working on the macro at the bottom (this code won't compile as-is), but when I start working, memory usage explodes to use all 64 GB and vim/tmux crashes. It's probably worth noting this is the first macro I've ever tried writing so I'm learning, but I wouldn't expect rust-analyzer to crash due to user error.
(Unrelated: I am aware of the function pointer closure capturing a variable which it can't do—leaving everything in this state for the purpose of the bug report.)
code snippet to reproduce:
journal output w/ OOM killer
The text was updated successfully, but these errors were encountered: