4
lorentz
11d

For some unfathomable fucking reason, rust-analyzer decided to dump formatter crash reports into the worktree alongside the file that failed to format. How do I even begin to investigate this?

Comments
  • 5
    Don't worry, it did that memory safe. Everything is OK.
  • 3
    @retoor And it's white house approved
  • 2
    It's actually completely innocent, I'm using a nightly rustfmt and the log tells me to please upload the file in an issue.

    At this point my main problem is just that rust-analyzer throws that log into an off-screen vscode debug view instead of forwarding the message in a popup like the compiler crash that it literally is.

    And that decision is made by the VSCode extension written in JS :D
Add Comment