-
Notifications
You must be signed in to change notification settings - Fork 1.7k
proc macro server crashed! #7045
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
Comments
What do the logs say? You can find it in the output pane. It is one of the options starting with "rust analyzer". |
I'm also having this issue on stable
|
it should be fixed in #7047, feel free to reopen it if you have any other issues. |
@neo-clon Do you have more information about the crashed ? What is the actual error ? Are you using this week release ? |
Yes I have the latest version. The macros are from serde This is my enviroment:
In vscode i have the same error and the output Rust Analyzer Language Server show this message |
I can't reproduce in current master (a9814fa) 👍 Maybe you could wait and see if it is fixed in coming nightly. If it is not still fixed, a minimal reprod will help a lot :) |
I have found which dependency causes the crash sqlx = { version = "0.4.2", default-features = false, features = [ "runtime-actix-rustls", "macros", "postgres", "chrono", "decimal", "json", "migrate", "uuid" ] } |
Oh, our old friend sqlx ! It seem to not related to this issue. :) Would you mind to open an new issue for that ? |
Yes i can open the issue, but in this repo or in slqx? hahaha in sqlx it will stay for a long time without movement XD |
In this repo. Actually it is our bug to make sure every usage is not crashing the server. |
Excellent, thank you very much for your help! |
OS: archlinux


This error occurs only on Linux!
Nothing wrong on Windows.
The text was updated successfully, but these errors were encountered: