-
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, Unsupported Metadata Version 7 - Rustc v1.70.0 #33
Comments
Open Settings (Ctrl + .) |
In windows doesn't work. |
Can confirm it does not work on windows with latest release of lapce. Says "server path {__} couldn't be found". |
A work around is to, instead of typing the full path to the executable on windows (~/.cargo/bin/rust-analyzer) (the tilde of course replaced with C:/Users/{you}), just fill in rust-analyzer.exe. For some reason, to resolve the server path, it first passes it to the cmd "where" command, which does not resolve full paths, apparently. I'm not sure why this is done or why it would be necessary--it may have to do with wasm and such. I assume *nix behaves differently |
Because it necessary to add |
I got the same problem, just the version is 8. I'm on macos, can't find where rust-anaylzer is Edit: I just found out, I have to type the full path (not ~/../..), and with "rust-analyzer" in the end. |
Looks like proc-macros are having some issuse with the latest downloaded browser build of Lapce / Rust-Analyzer
The text was updated successfully, but these errors were encountered: