We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR [ra_lsp_server::main_loop] loading workspace failed: cargo metadata failed: invalid type: null, expected a string at line 1 column 236445
While working on cranelift
The text was updated successfully, but these errors were encountered:
That's a, um, well, disagreement between cargo-metadata, cargo, and cargo.
Commenting this line out should help:
https://github.com/CraneStation/cranelift/blob/ccc309fc6686b2ddbc98bd03749b101be5e9ecf2/Cargo.toml#L26
(cranelift-serde is a library-less package, and dependency on such pacakges causes problems)
See rust-lang/cargo#6534
Sorry, something went wrong.
(I probably should say that it was my idea to allow null in the metadata instead of skipping thouse deps 😭 )
null
Thanks that worked!
I'll close this issue then, since it's Cargo's problem!
No branches or pull requests
While working on cranelift
The text was updated successfully, but these errors were encountered: