Skip to content
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

Fix cargo equip error when expanding procedural macros #205

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dewa251202
Copy link

The error that I got was the following

error: could not bundle the code

- `memoise 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)` as `crate::__cargo_equip::crates::memoise`


Caused by:
  proc-macro server's api version (3) is newer than rust-analyzer's (2)

To fix it, I updated the code in ra_proc_macro to use newer ra_ap_proc_macro_api version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant