-
Notifications
You must be signed in to change notification settings - Fork 1.8k
"proc macro server crashed" in presence of attribute proc-macros #8906
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
That's a proc macro ABI incompatibility with the old version in your |
Is there a FAQ entry on how to resolve this? Rust version for reference:
|
You can either:
|
What does |
Ah I see, it must be the
|
Yes, your project's |
I see, I'll close it in favor of that issue then. |
I am aware of #6029, but I'd expect unsupported attribute macros to be ignored, not to crash RA.
rust-analyzer version:
b82458818 2021-05-17 stable
Panic messages from RA output in VSCode: https://gist.github.com/Shnatsel/f71fa1f070c6547cb282a3ee76c211c0
They are quite spectacular, there's a panic while panicking.
Steps to reproduce: open https://github.com/RustSec/rustsec/tree/main/admin directory in VSCode and navigate to
commands.rs
The text was updated successfully, but these errors were encountered: