Skip to content

[f9d20b674 2021-07-06 nvim-lsp] proc macro server crashed #9511

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

Closed
Hakukano opened this issue Jul 6, 2021 · 1 comment
Closed

[f9d20b674 2021-07-06 nvim-lsp] proc macro server crashed #9511

Hakukano opened this issue Jul 6, 2021 · 1 comment

Comments

@Hakukano
Copy link

Hakukano commented Jul 6, 2021

Versions

  • rustc: 1.55.0-nightly (406d4a9cc 2021-06-21)
  • rust-analyzer: f9d20b6 2021-07-06 dev
  • nvim: v0.5.0-dev+1428-g997a9c879
  • serde: 1.0.126

Minimal Code

#[derive(Deserialize)]
pub struct Query {
    id: u64,
}

lsp.lua

I am using the default settings given by nvim-lsp.

lsp.log

[ ERROR ] 2021-07-06T10:49:15-0400 ] /usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:457 ]  "rpc"   "rust-analyzer" "stderr"        
'[ERROR proc_macro_api::process] proc macro server crashed, server process state: Ok(Some(ExitStatus(ExitStatus(139)))), server request error: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }\n'
@flodiebold
Copy link
Member

Duplicate of #8925.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants