-
Notifications
You must be signed in to change notification settings - Fork 27
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
Proc macro not expanded
#27
Comments
This definitely should be addressed. Have the same thing with leptos |
You should use |
I also faced the same issue. After switching to rust-analyzer(ra) latest release there are no errors. Currently the plugin uses old ra that dates to To solve the issue follow below steps:
There was a discussion earlier, regarding ra version in the plugin. #29 |
proc macro not expanded: Proc-macro dylib loading failed: unsupported metadata version 7
Running with the latest nightly rust version. Same setup works on vscode (with RA).
The text was updated successfully, but these errors were encountered: